Uses of Interface
com.github.victools.jsonschema.generator.InstanceAttributeOverride
-
Packages that use InstanceAttributeOverride Package Description com.github.victools.jsonschema.generator com.github.victools.jsonschema.generator.impl -
-
Uses of InstanceAttributeOverride in com.github.victools.jsonschema.generator
Methods in com.github.victools.jsonschema.generator that return types with arguments of type InstanceAttributeOverride Modifier and Type Method Description List<InstanceAttributeOverride<FieldScope>>
SchemaGeneratorConfig. getFieldAttributeOverrides()
Getter for the applicable instance attribute overrides for fields.List<InstanceAttributeOverride<M>>
SchemaGeneratorConfigPart. getInstanceAttributeOverrides()
Getter for the applicable instance attribute overrides.List<InstanceAttributeOverride<MethodScope>>
SchemaGeneratorConfig. getMethodAttributeOverrides()
Getter for the applicable instance attribute overrides for methods.Methods in com.github.victools.jsonschema.generator with parameters of type InstanceAttributeOverride Modifier and Type Method Description SchemaGeneratorConfigPart<M>
SchemaGeneratorConfigPart. withInstanceAttributeOverride(InstanceAttributeOverride<M> override)
Setter for override of attributes on a given JSON Schema node in the respective member. -
Uses of InstanceAttributeOverride in com.github.victools.jsonschema.generator.impl
Methods in com.github.victools.jsonschema.generator.impl that return types with arguments of type InstanceAttributeOverride Modifier and Type Method Description List<InstanceAttributeOverride<FieldScope>>
SchemaGeneratorConfigImpl. getFieldAttributeOverrides()
List<InstanceAttributeOverride<MethodScope>>
SchemaGeneratorConfigImpl. getMethodAttributeOverrides()
-