Uses of Interface
io.jstach.jstachio.JStachio
Packages that use JStachio
Package
Description
JStachio Core Runtime API.
JStachio extended Mustache context support for context stack as well as Map and JSON
tree like models.
JStachio Service Provider extension points API.
-
Uses of JStachio in io.jstach.jstachio
Methods in io.jstach.jstachio that return JStachioModifier and TypeMethodDescriptionstatic JStachioJStachio.defaults()Gets default singleton ServiceLoader based jstachio.static JStachioJStachio.of()Gets the static singleton jstachio.Method parameters in io.jstach.jstachio with type arguments of type JStachio -
Uses of JStachio in io.jstach.jstachio.context
Subinterfaces of JStachio in io.jstach.jstachio.contextModifier and TypeInterfaceDescriptioninterfaceA special JStachio that can render models with a loose typed context object bound to "@context".Methods in io.jstach.jstachio.context with parameters of type JStachioModifier and TypeMethodDescriptionstatic ContextJStachioDecorates a JStachio instance as aContextJStachioif it is not already one. -
Uses of JStachio in io.jstach.jstachio.spi
Classes in io.jstach.jstachio.spi that implement JStachioModifier and TypeClassDescriptionclassAn abstract jstachio that just needs aJStachioExtensionscontainer.Methods in io.jstach.jstachio.spi that return JStachioModifier and TypeMethodDescriptionJStachioFactory.Builder.build()Builds a JStachio by coalescing the extensions and registered templates.static JStachioJStachioFactory.defaultJStachio()Provides a singleton JStachio resolved by theServiceLoader.