Class YamlRepresentContext
java.lang.Object
io.wcm.devops.conga.generator.spi.context.AbstractPluginContext<YamlRepresentContext>
io.wcm.devops.conga.generator.spi.yaml.context.YamlRepresentContext
Context for
YamlRepresentPlugin.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets YAML representer.yamlRepresenter(YamlRepresenter value) Sets YAML representer.Methods inherited from class io.wcm.devops.conga.generator.spi.context.AbstractPluginContext
getContainerContext, getGenericPluginConfig, getLogger, getPluginContextOptions, getPluginManager, getUrlFileManager, pluginContextOptions
-
Constructor Details
-
YamlRepresentContext
public YamlRepresentContext()
-
-
Method Details
-
getYamlRepresenter
Gets YAML representer.- Returns:
- YAML representer
-
yamlRepresenter
Sets YAML representer.- Parameters:
value- YAML representer- Returns:
- this
-