default void |
TypeAttributeOverride.overrideTypeAttributes(com.fasterxml.jackson.databind.node.ObjectNode collectedTypeAttributes,
TypeScope scope,
SchemaGenerationContext context) |
Deprecated.
|
void |
TypeAttributeOverride.overrideTypeAttributes(com.fasterxml.jackson.databind.node.ObjectNode jsonSchemaTypeNode,
TypeScope scope,
SchemaGeneratorConfig config) |
Deprecated.
Add/remove attributes on the given JSON Schema node – this is specifically intended for attributes relating to the type in general.
|
void |
TypeAttributeOverrideV2.overrideTypeAttributes(com.fasterxml.jackson.databind.node.ObjectNode collectedTypeAttributes,
TypeScope scope,
SchemaGenerationContext context) |
Add/remove attributes on the given JSON Schema node – this is specifically intended for attributes relating to the type in general.
|
Type |
SchemaGeneratorConfig.resolveAdditionalPropertiesForType(TypeScope scope) |
Determine the "additionalProperties" of a context-independent type representation.
|
String |
SchemaGeneratorGeneralConfigPart.resolveAnchor(TypeScope scope) |
Determine the "$anchor" of a context-independent type representation.
|
String |
SchemaGeneratorConfig.resolveAnchorForType(TypeScope scope) |
Determine the "$anchor" of a context-independent type representation.
|
Integer |
SchemaGeneratorConfig.resolveArrayMaxItemsForType(TypeScope scope) |
Determine the "maxItems" of a context-independent type representation.
|
Integer |
SchemaGeneratorConfig.resolveArrayMinItemsForType(TypeScope scope) |
Determine the "minItems" of a context-independent type representation.
|
Boolean |
SchemaGeneratorConfig.resolveArrayUniqueItemsForType(TypeScope scope) |
Determine the "uniqueItems" of a context-independent type representation.
|
Object |
SchemaGeneratorConfig.resolveDefaultForType(TypeScope scope) |
Determine the "default" value of a context-independent type representation.
|
String |
SchemaGeneratorConfig.resolveDescriptionForType(TypeScope scope) |
Determine the "description" of a context-independent type representation.
|
Collection<?> |
SchemaGeneratorConfig.resolveEnumForType(TypeScope scope) |
Determine the "enum"/"const" of a context-independent type representation.
|
String |
SchemaGeneratorGeneralConfigPart.resolveId(TypeScope scope) |
Determine the "$id" of a context-independent type representation.
|
String |
SchemaGeneratorConfig.resolveIdForType(TypeScope scope) |
Determine the "$id" of a context-independent type representation.
|
BigDecimal |
SchemaGeneratorConfig.resolveNumberExclusiveMaximumForType(TypeScope scope) |
Determine the "exclusiveMaximum" of a context-independent type representation.
|
BigDecimal |
SchemaGeneratorConfig.resolveNumberExclusiveMinimumForType(TypeScope scope) |
Determine the "exclusiveMinimum" of a context-independent type representation.
|
BigDecimal |
SchemaGeneratorConfig.resolveNumberInclusiveMaximumForType(TypeScope scope) |
Determine the "maximum" of a context-independent type representation.
|
BigDecimal |
SchemaGeneratorConfig.resolveNumberInclusiveMinimumForType(TypeScope scope) |
Determine the "minimum" of a context-independent type representation.
|
BigDecimal |
SchemaGeneratorConfig.resolveNumberMultipleOfForType(TypeScope scope) |
Determine the "multipleOf" of a context-independent type representation.
|
Map<String,Type> |
SchemaGeneratorConfig.resolvePatternPropertiesForType(TypeScope scope) |
Determine the "patternProperties" of a context-independent type representation.
|
String |
SchemaGeneratorConfig.resolveStringFormatForType(TypeScope scope) |
Determine the "format" of a context-independent type representation.
|
Integer |
SchemaGeneratorConfig.resolveStringMaxLengthForType(TypeScope scope) |
Determine the "maxLength" of a context-independent type representation.
|
Integer |
SchemaGeneratorConfig.resolveStringMinLengthForType(TypeScope scope) |
Determine the "minLength" of a context-independent type representation.
|
String |
SchemaGeneratorConfig.resolveStringPatternForType(TypeScope scope) |
Determine the "pattern" of a context-independent type representation.
|
String |
SchemaGeneratorConfig.resolveTitleForType(TypeScope scope) |
Determine the "title" of a context-independent type representation.
|