Uses of Interface
io.jstach.jstachio.Formatter.Formattable
Package
Description
JStachio Core Runtime API.
JStachio extended Mustache context support for context stack as well as Map and JSON
tree like models.
-
Uses of Formatter.Formattable in io.jstach.jstachio
-
Uses of Formatter.Formattable in io.jstach.jstachio.context
Modifier and TypeInterfaceDescriptioninterface
This interface serves three puproses: A way to represent the current context stack (seeContextNode.parent()
) Allow you to simulate JSON/Javscript object node like trees without being coupled to a particularly JSON lib.Modifier and TypeClassDescriptionclass
Extend this class to makeJStache
model act like JSON object or a java.util.Map.