Uses of Class
org.klojang.templates.StringifierRegistry
Packages that use StringifierRegistry
-
Uses of StringifierRegistry in org.klojang.templates
Fields in org.klojang.templates declared as StringifierRegistryModifier and TypeFieldDescriptionstatic final StringifierRegistry
StringifierRegistry.STANDARD_STRINGIFIERS
A minimalStringifierRegistry
instance.Methods in org.klojang.templates that return StringifierRegistryModifier and TypeMethodDescriptionStringifierRegistry.Builder.freeze()
Returns a new, immutableStringifierRegistry
instance.Methods in org.klojang.templates with parameters of type StringifierRegistryModifier and TypeMethodDescriptionTemplate.newRenderSession
(AccessorRegistry accessors, StringifierRegistry stringifiers) Returns aRenderSession
that you can use to populate and render thisTemplate
.Template.newRenderSession
(StringifierRegistry stringifiers) Returns aRenderSession
that can be used to populate and render thisTemplate
.