Uses of Interface
io.jstach.jstachio.Formatter
Packages that use Formatter
Package
Description
JStachio Core Runtime API.
Builtin Formatters.
-
Uses of Formatter in io.jstach.jstachio
Methods in io.jstach.jstachio that return FormatterMethods in io.jstach.jstachio with parameters of type Formatter -
Uses of Formatter in io.jstach.jstachio.formatters
Subinterfaces of Formatter in io.jstach.jstachio.formattersModifier and TypeInterfaceDescriptioninterfaceDefault formatters.interfaceFormatter that follows the spec rules that if a variable isnullit will be an empty string (ie NOOP).Methods in io.jstach.jstachio.formatters that return FormatterModifier and TypeMethodDescriptionstatic FormatterDefaultFormatter.of()Provides the default formatter for static lookup.static FormatterDefaultFormatter.provider()Provides the default formatter for static lookup.static FormatterSpecFormatter.provider()Provides the formatter for static lookup.