Class ConstantValueModule
java.lang.Object
com.github.victools.jsonschema.generator.impl.module.ConstantValueModule
- All Implemented Interfaces:
Module
Default module being included if
Option.VALUES_FROM_CONSTANT_FIELDS is enabled.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidApply this module to the given configuration builder instance.
-
Constructor Details
-
ConstantValueModule
public ConstantValueModule()
-
-
Method Details
-
applyToConfigBuilder
Description copied from interface:ModuleApply this module to the given configuration builder instance.- Specified by:
applyToConfigBuilderin interfaceModule- Parameters:
builder- configuration builder instance to which to apply this module
-