Class YamlRepresentContext
- java.lang.Object
-
- io.wcm.devops.conga.generator.spi.context.AbstractPluginContext<YamlRepresentContext>
-
- io.wcm.devops.conga.generator.spi.yaml.context.YamlRepresentContext
-
public final class YamlRepresentContext extends AbstractPluginContext<YamlRepresentContext>
Context forYamlRepresentPlugin
.
-
-
Constructor Summary
Constructors Constructor Description YamlRepresentContext()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description YamlRepresenter
getYamlRepresenter()
YamlRepresentContext
yamlRepresenter(YamlRepresenter value)
-
Methods inherited from class io.wcm.devops.conga.generator.spi.context.AbstractPluginContext
getContainerContext, getGenericPluginConfig, getLogger, getPluginContextOptions, getPluginManager, getUrlFileManager, pluginContextOptions
-
-
-
-
Method Detail
-
getYamlRepresenter
public YamlRepresenter getYamlRepresenter()
- Returns:
- YAML representer
-
yamlRepresenter
public YamlRepresentContext yamlRepresenter(YamlRepresenter value)
- Parameters:
value
- YAML representer- Returns:
- this
-
-