public static final class FreeMarkerTemplateRenderer.Builder extends Object
FreeMarkerTemplateRenderer.| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
FreeMarkerTemplateRenderer |
build()
Builder method to construct an instance of FreeMarkerTemplateRenderer.
|
FreeMarkerTemplateRenderer.Builder |
withConfiguration(freemarker.template.Configuration configuration)
Builder method to supply
Configuration instance. |
FreeMarkerTemplateRenderer.Builder |
withUnmarshaller(JsonUnmarshaller unmarshaller)
Builder method to supply
JsonUnmarshaller instance. |
public FreeMarkerTemplateRenderer.Builder withConfiguration(freemarker.template.Configuration configuration)
Configuration instance.configuration - freemarker configuration.FreeMarkerTemplateRenderer.Builder.public FreeMarkerTemplateRenderer.Builder withUnmarshaller(JsonUnmarshaller unmarshaller)
JsonUnmarshaller instance.unmarshaller - JSON unmarshaller.FreeMarkerTemplateRenderer.Builder.public FreeMarkerTemplateRenderer build()
FreeMarkerTemplateRenderer.Copyright © 2023. All rights reserved.