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