Uses of Interface
com.github.victools.jsonschema.generator.TypeAttributeOverrideV2
-
Packages that use TypeAttributeOverrideV2 Package Description com.github.victools.jsonschema.generator com.github.victools.jsonschema.generator.impl -
-
Uses of TypeAttributeOverrideV2 in com.github.victools.jsonschema.generator
Subinterfaces of TypeAttributeOverrideV2 in com.github.victools.jsonschema.generator Modifier and Type Interface Description interfaceTypeAttributeOverrideDeprecated.useTypeAttributeOverrideV2insteadMethods in com.github.victools.jsonschema.generator that return types with arguments of type TypeAttributeOverrideV2 Modifier and Type Method Description List<TypeAttributeOverrideV2>SchemaGeneratorConfig. getTypeAttributeOverrides()Getter for the applicable type attribute overrides.List<TypeAttributeOverrideV2>SchemaGeneratorGeneralConfigPart. getTypeAttributeOverrides()Getter for the applicable overrides for type attributes.Methods in com.github.victools.jsonschema.generator with parameters of type TypeAttributeOverrideV2 Modifier and Type Method Description SchemaGeneratorGeneralConfigPartSchemaGeneratorGeneralConfigPart. withTypeAttributeOverride(TypeAttributeOverrideV2 override)Adding an override for type attributes - all the registered overrides will be applied in the order of having been added. -
Uses of TypeAttributeOverrideV2 in com.github.victools.jsonschema.generator.impl
Methods in com.github.victools.jsonschema.generator.impl that return types with arguments of type TypeAttributeOverrideV2 Modifier and Type Method Description List<TypeAttributeOverrideV2>SchemaGeneratorConfigImpl. getTypeAttributeOverrides()
-