Uses of Record Class
io.jstach.opt.dropwizard.example.ExampleModel
Package
Description
We statically configure all annotated JStache in this package to follow the builtin
dropwizard config.
-
Uses of ExampleModel in io.jstach.opt.dropwizard.example
Modifier and TypeMethodDescriptionprotected static <A extends Output.EncodedOutput<E>,
E extends Exception>
voidExampleModelRenderer.encode
(ExampleModel data, A unescapedWriter, Formatter formatter, Escaper escaper, Appender appender) Renders to an OutputStream use pre-encoded parts of the template.protected static <A extends Output.EncodedOutput<E>,
E extends Exception>
voidExampleModelRenderer.encode
(ExampleModelRenderer template, ExampleModel data, ContextNode context, A unescapedWriter, Formatter formatter, Escaper escaper, Appender appender) Renders to an OutputStream use pre-encoded parts of the template.ExampleModelRenderer.execute
(ExampleModel model, A a) ExampleModelRenderer.execute
(ExampleModel model, A a, Formatter formatter, Escaper escaper) Renders the passed in model.ExampleModelRenderer.execute
(ExampleModel model, ContextNode context, A a) ExampleModelRenderer.execute
(ExampleModel model, StringBuilder sb) ExampleModelRenderer.render
(ExampleModel data, A unescapedWriter, Formatter formatter, Appender escaper, Appender appender) Renders the passed in model.ExampleModelRenderer.render
(ExampleModelRenderer template, ExampleModel data, ContextNode context, A unescapedWriter, Formatter formatter, Appender escaper, Appender appender) Renders the passed in model.<A extends Output.EncodedOutput<E>,
E extends Exception>
AExampleModelRenderer.write
(ExampleModel model, A outputStream) <A extends Output.EncodedOutput<E>,
E extends Exception>
AExampleModelRenderer.write
(ExampleModel model, ContextNode context, A outputStream)