Uses of Annotation Interface
io.jstach.jstache.JStacheFormatter
Packages that use JStacheFormatter
Package
Description
Compile time annotations for jstachio.
Builtin Formatters.
-
Uses of JStacheFormatter in io.jstach.jstache
Classes in io.jstach.jstache with annotations of type JStacheFormatterModifier and TypeClassDescriptionstatic final classA formatter type marker to resolve the formatter based on config elsewhere. -
Uses of JStacheFormatter in io.jstach.jstachio.formatters
Classes in io.jstach.jstachio.formatters with annotations of type JStacheFormatterModifier and TypeInterfaceDescriptioninterfaceDefault formatters.interfaceFormatter that follows the spec rules that if a variable isnullit will be an empty string (ie NOOP).