Uses of Interface
io.jstach.jstachio.Formatter.Formattable
Packages that use 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
Methods in io.jstach.jstachio with parameters of type Formatter.Formattable -
Uses of Formatter.Formattable in io.jstach.jstachio.context
Subinterfaces of Formatter.Formattable in io.jstach.jstachio.contextModifier 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.Classes in io.jstach.jstachio.context that implement Formatter.FormattableModifier and TypeClassDescriptionclass
Extend this class to makeJStache
model act like JSON object or a java.util.Map.