Uses of Class
org.klojang.templates.AccessorRegistry
Packages that use AccessorRegistry
-
Uses of AccessorRegistry in org.klojang.templates
Fields in org.klojang.templates declared as AccessorRegistryModifier and TypeFieldDescriptionstatic final AccessorRegistry
AccessorRegistry.STANDARD_ACCESSORS
The defaultAccessorRegistry
.Methods in org.klojang.templates that return AccessorRegistryModifier and TypeMethodDescriptionAccessorRegistry.Builder.freeze()
Returns anAccessorRegistry
with the configured accessors.static AccessorRegistry
AccessorRegistry.standard
(boolean nullEqualsUndefined) Returns anAccessorRegistry
that should be sufficient for most use cases.static AccessorRegistry
AccessorRegistry.standard
(NameMapper nameMapper) Returns anAccessorRegistry
that should be sufficient for most use cases.static AccessorRegistry
AccessorRegistry.standard
(NameMapper nameMapper, boolean nullEqualsUndefined) Returns anAccessorRegistry
that should be sufficient for most use cases.Methods in org.klojang.templates with parameters of type AccessorRegistryModifier and TypeMethodDescriptionTemplate.newRenderSession
(AccessorRegistry accessors) Returns aRenderSession
that can be used to populate and render thisTemplate
.Template.newRenderSession
(AccessorRegistry accessors, StringifierRegistry stringifiers) Returns aRenderSession
that you can use to populate and render thisTemplate
.