Uses of Class
io.wcm.devops.conga.generator.spi.yaml.context.YamlRepresentContext
Packages that use YamlRepresentContext
Package
Description
CONGA SPI for customizing Snake YAML file handling.
Context objects for CONGA YAML SPI plugins.
-
Uses of YamlRepresentContext in io.wcm.devops.conga.generator.spi.yaml
Methods in io.wcm.devops.conga.generator.spi.yaml with parameters of type YamlRepresentContextModifier and TypeMethodDescriptionvoidYamlRepresentPlugin.register(YamlRepresentContext context) Register YAML represent implementations. -
Uses of YamlRepresentContext in io.wcm.devops.conga.generator.spi.yaml.context
Methods in io.wcm.devops.conga.generator.spi.yaml.context that return YamlRepresentContextModifier and TypeMethodDescriptionYamlRepresentContext.yamlRepresenter(YamlRepresenter value) Sets YAML representer.