Class YamlConstructorContext
- java.lang.Object
-
- io.wcm.devops.conga.generator.spi.context.AbstractPluginContext<YamlConstructorContext>
-
- io.wcm.devops.conga.generator.spi.yaml.context.YamlConstructorContext
-
public final class YamlConstructorContext extends AbstractPluginContext<YamlConstructorContext>
Context forYamlConstructorPlugin
.
-
-
Constructor Summary
Constructors Constructor Description YamlConstructorContext()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.yaml.snakeyaml.constructor.Constructor
getYamlConstructor()
YamlConstructorContext
yamlConstructor(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
-
-
-
-
Method Detail
-
getYamlConstructor
public org.yaml.snakeyaml.constructor.Constructor getYamlConstructor()
- Returns:
- YAML constructor
-
yamlConstructor
public YamlConstructorContext yamlConstructor(org.yaml.snakeyaml.constructor.Constructor value)
- Parameters:
value
- YAML constructor- Returns:
- this
-
-