Module io.jstach.jstachio
Package io.jstach.jstachio
@NonNullByDefault
package io.jstach.jstachio
JStachio Core Runtime API
- See Also:
-
ClassDescriptionAppender<A extends Appendable>A singleton like decorator for appendables that has additional methods for dealing with native types.An Escaper is an
Appenderused to escape content such as HTML.Formats and then sends the results to the downstream appender.Render models by using reflection to lookup generated templates as well as apply filtering and fallback mechanisms.Renderer<T>Renders models of typeTby writing to an Appendable.Template<T>A JStachio Template is a renderer that has template meta data.A Container for optional template collaborators for ease of wiring generatedTemplates.Template meta data like its location, formatters, escapers and or its contents.Symbols representing where the template was retrieved from.