Uses of Class
io.wcm.devops.conga.generator.spi.context.ValidatorContext
Packages that use ValidatorContext
Package
Description
Built-in validator plugins.
CONGA SPI with interfaces for the supported plugin types.
Context objects for CONGA SPI plugins.
-
Uses of ValidatorContext in io.wcm.devops.conga.generator.plugins.validator
Methods in io.wcm.devops.conga.generator.plugins.validator with parameters of type ValidatorContextModifier and TypeMethodDescriptionbooleanJsonValidator.accepts(FileContext file, ValidatorContext context) booleanNoneValidator.accepts(FileContext file, ValidatorContext context) booleanXmlValidator.accepts(FileContext file, ValidatorContext context) JsonValidator.apply(FileContext file, ValidatorContext context) NoneValidator.apply(FileContext file, ValidatorContext context) XmlValidator.apply(FileContext file, ValidatorContext context) NoneValidator.implicitApply(FileContext file, ValidatorContext context) -
Uses of ValidatorContext in io.wcm.devops.conga.generator.spi
Methods in io.wcm.devops.conga.generator.spi with parameters of type ValidatorContextModifier and TypeMethodDescriptionValidatorPlugin.apply(FileContext file, ValidatorContext context) Validates the given filedefault ImplicitApplyOptionsValidatorPlugin.implicitApply(FileContext file, ValidatorContext context) Whether to apply this plugin implicitly. -
Uses of ValidatorContext in io.wcm.devops.conga.generator.spi.context
Methods in io.wcm.devops.conga.generator.spi.context that return ValidatorContextModifier and TypeMethodDescriptionSets options.