Uses of Interface
io.jstach.jstachio.Appender
Packages that use Appender
Package
Description
JStachio Core Runtime API.
Builtin Formatters.
-
Uses of Appender in io.jstach.jstachio
Subinterfaces of Appender in io.jstach.jstachioModifier and TypeInterfaceDescriptioninterfaceAn Escaper is anAppenderused to escape content such as HTML.Methods in io.jstach.jstachio that return AppenderModifier and TypeMethodDescriptionstatic AppenderAppender.defaultAppender()Default appender simply passes the contents unchanged to the Appendable.Methods in io.jstach.jstachio with parameters of type AppenderModifier and TypeMethodDescriptionFormats the object and then sends the results to the downstream appender.Formats the object and then sends the results to the downstream appender.Formats the object and then sends the results to the downstream appender.Formats the object and then sends the results to the downstream appender.Formats the object and then sends the results to the downstream appender.Formats the object and then sends the results to the downstream appender.Formatter.format(Appender downstream, A a, String path, @Nullable Formatter.Formattable f) Formats the formattable object and then sends the results to the downstream appender.Formats the object and then sends the results to the downstream appender.Formats the object and then sends the results to the downstream appender.Called by the formatter to format. -
Uses of Appender in io.jstach.jstachio.formatters
Methods in io.jstach.jstachio.formatters with parameters of type AppenderModifier and TypeMethodDescriptionFormats the object and then sends the results to the downstream appender.Formats the object and then sends the results to the downstream appender.Formats the object and then sends the results to the downstream appender.Formats the object and then sends the results to the downstream appender.