Class YamlConstructorContext
java.lang.Object
io.wcm.devops.conga.generator.spi.context.AbstractPluginContext<YamlConstructorContext>
io.wcm.devops.conga.generator.spi.yaml.context.YamlConstructorContext
Context for
YamlConstructorPlugin.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.yaml.snakeyaml.constructor.ConstructorGets YAML constructor.yamlConstructor(org.yaml.snakeyaml.constructor.Constructor value) Sets YAML constructor.Methods inherited from class io.wcm.devops.conga.generator.spi.context.AbstractPluginContext
getContainerContext, getGenericPluginConfig, getLogger, getPluginContextOptions, getPluginManager, getUrlFileManager, pluginContextOptions
-
Constructor Details
-
YamlConstructorContext
public YamlConstructorContext()
-
-
Method Details
-
getYamlConstructor
public org.yaml.snakeyaml.constructor.Constructor getYamlConstructor()Gets YAML constructor.- Returns:
- YAML constructor
-
yamlConstructor
Sets YAML constructor.- Parameters:
value- YAML constructor- Returns:
- this
-