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.ConstructoryamlConstructor(org.yaml.snakeyaml.constructor.Constructor value) 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()- Returns:
- YAML constructor
-
yamlConstructor
- Parameters:
value- YAML constructor- Returns:
- this
-