Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
$
- $ref - Variable in class com.fasterxml.jackson.module.jsonSchema.jakarta.JsonSchema
-
This attribute defines a URI of a schema that contains the full representation of this schema.
- $ref - Variable in class com.fasterxml.jackson.module.jsonSchema.jakarta.types.ReferenceSchema
- $ref - Variable in class com.fasterxml.jackson.module.jsonSchema.JsonSchema
-
This attribute defines a URI of a schema that contains the full representation of this schema.
- $ref - Variable in class com.fasterxml.jackson.module.jsonSchema.types.ReferenceSchema
- $schema - Variable in class com.fasterxml.jackson.module.jsonSchema.jakarta.JsonSchema
-
This attribute defines a URI of a JSON JsonSchema that is the schema of the current schema.
- $schema - Variable in class com.fasterxml.jackson.module.jsonSchema.JsonSchema
-
This attribute defines a URI of a JSON JsonSchema that is the schema of the current schema.
A
- addHyperlinks(JsonSchema, JavaType) - Method in class com.fasterxml.jackson.module.jsonSchema.jakarta.customProperties.HyperSchemaFactoryWrapper
-
Adds writes the type as the title of the schema.
- addHyperlinks(JsonSchema, JavaType) - Method in class com.fasterxml.jackson.module.jsonSchema.customProperties.HyperSchemaFactoryWrapper
-
Adds writes the type as the title of the schema.
- additionalItems - Variable in class com.fasterxml.jackson.module.jsonSchema.jakarta.types.ArraySchema
- additionalItems - Variable in class com.fasterxml.jackson.module.jsonSchema.types.ArraySchema
- AdditionalItems() - Constructor for class com.fasterxml.jackson.module.jsonSchema.jakarta.types.ArraySchema.AdditionalItems
- AdditionalItems() - Constructor for class com.fasterxml.jackson.module.jsonSchema.types.ArraySchema.AdditionalItems
- AdditionalItemsDeserializer - Class in com.fasterxml.jackson.module.jsonSchema.jakarta.types
- AdditionalItemsDeserializer - Class in com.fasterxml.jackson.module.jsonSchema.types
- AdditionalItemsDeserializer() - Constructor for class com.fasterxml.jackson.module.jsonSchema.jakarta.types.AdditionalItemsDeserializer
- AdditionalItemsDeserializer() - Constructor for class com.fasterxml.jackson.module.jsonSchema.types.AdditionalItemsDeserializer
- additionalProperties - Variable in class com.fasterxml.jackson.module.jsonSchema.jakarta.types.ObjectSchema
-
This attribute defines a jsonSchema for all properties that are not explicitly defined in an object type definition.
- additionalProperties - Variable in class com.fasterxml.jackson.module.jsonSchema.types.ObjectSchema
-
This attribute defines a jsonSchema for all properties that are not explicitly defined in an object type definition.
- AdditionalProperties() - Constructor for class com.fasterxml.jackson.module.jsonSchema.jakarta.types.ObjectSchema.AdditionalProperties
- AdditionalProperties() - Constructor for class com.fasterxml.jackson.module.jsonSchema.types.ObjectSchema.AdditionalProperties
- AdditionalPropertiesDeserializer - Class in com.fasterxml.jackson.module.jsonSchema.jakarta.types
- AdditionalPropertiesDeserializer - Class in com.fasterxml.jackson.module.jsonSchema.types
- AdditionalPropertiesDeserializer() - Constructor for class com.fasterxml.jackson.module.jsonSchema.jakarta.types.AdditionalPropertiesDeserializer
- AdditionalPropertiesDeserializer() - Constructor for class com.fasterxml.jackson.module.jsonSchema.types.AdditionalPropertiesDeserializer
- addSchemaDependency(String, JsonSchema) - Method in class com.fasterxml.jackson.module.jsonSchema.jakarta.types.ObjectSchema
- addSchemaDependency(String, JsonSchema) - Method in class com.fasterxml.jackson.module.jsonSchema.types.ObjectSchema
- addSeenSchemaUri(JavaType) - Method in class com.fasterxml.jackson.module.jsonSchema.factories.VisitorContext
- addSeenSchemaUri(JavaType) - Method in class com.fasterxml.jackson.module.jsonSchema.jakarta.factories.VisitorContext
- addSimpleDependency(String, String) - Method in class com.fasterxml.jackson.module.jsonSchema.jakarta.types.ObjectSchema
- addSimpleDependency(String, String) - Method in class com.fasterxml.jackson.module.jsonSchema.types.ObjectSchema
- addTitle(JsonSchema, JavaType) - Method in class com.fasterxml.jackson.module.jsonSchema.jakarta.customProperties.TitleSchemaFactoryWrapper
-
Adds writes the type as the title of the schema.
- addTitle(JsonSchema, JavaType) - Method in class com.fasterxml.jackson.module.jsonSchema.customProperties.TitleSchemaFactoryWrapper
-
Adds writes the type as the title of the schema.
- addValidationConstraints(JsonSchema, BeanProperty) - Method in class com.fasterxml.jackson.module.jsonSchema.jakarta.customProperties.ValidationSchemaFactoryWrapper
- addValidationConstraints(JsonSchema, BeanProperty) - Method in class com.fasterxml.jackson.module.jsonSchema.customProperties.ValidationSchemaFactoryWrapper
- AnnotationConstraintResolver - Class in com.fasterxml.jackson.module.jsonSchema.jakarta.validation
- AnnotationConstraintResolver - Class in com.fasterxml.jackson.module.jsonSchema.validation
- AnnotationConstraintResolver() - Constructor for class com.fasterxml.jackson.module.jsonSchema.jakarta.validation.AnnotationConstraintResolver
- AnnotationConstraintResolver() - Constructor for class com.fasterxml.jackson.module.jsonSchema.validation.AnnotationConstraintResolver
- anyFormatVisitor(AnySchema) - Method in class com.fasterxml.jackson.module.jsonSchema.jakarta.factories.FormatVisitorFactory
- anyFormatVisitor(AnySchema) - Method in class com.fasterxml.jackson.module.jsonSchema.factories.FormatVisitorFactory
- anySchema() - Method in class com.fasterxml.jackson.module.jsonSchema.factories.JsonSchemaFactory
- anySchema() - Method in class com.fasterxml.jackson.module.jsonSchema.jakarta.factories.JsonSchemaFactory
- AnySchema - Class in com.fasterxml.jackson.module.jsonSchema.jakarta.types
-
This class represents a
JsonSchema
of type any - AnySchema - Class in com.fasterxml.jackson.module.jsonSchema.types
-
This class represents a
JsonSchema
of type any - AnySchema() - Constructor for class com.fasterxml.jackson.module.jsonSchema.jakarta.types.AnySchema
- AnySchema() - Constructor for class com.fasterxml.jackson.module.jsonSchema.types.AnySchema
- AnyVisitor - Class in com.fasterxml.jackson.module.jsonSchema.factories
- AnyVisitor - Class in com.fasterxml.jackson.module.jsonSchema.jakarta.factories
- AnyVisitor(AnySchema) - Constructor for class com.fasterxml.jackson.module.jsonSchema.jakarta.factories.AnyVisitor
- AnyVisitor(AnySchema) - Constructor for class com.fasterxml.jackson.module.jsonSchema.factories.AnyVisitor
- arrayFormatVisitor(SerializerProvider, ArraySchema) - Method in class com.fasterxml.jackson.module.jsonSchema.jakarta.factories.FormatVisitorFactory
- arrayFormatVisitor(SerializerProvider, ArraySchema, VisitorContext) - Method in class com.fasterxml.jackson.module.jsonSchema.jakarta.factories.FormatVisitorFactory
- arrayFormatVisitor(SerializerProvider, ArraySchema) - Method in class com.fasterxml.jackson.module.jsonSchema.factories.FormatVisitorFactory
- arrayFormatVisitor(SerializerProvider, ArraySchema, VisitorContext) - Method in class com.fasterxml.jackson.module.jsonSchema.factories.FormatVisitorFactory
- ArrayItems(JsonSchema[]) - Constructor for class com.fasterxml.jackson.module.jsonSchema.jakarta.types.ArraySchema.ArrayItems
- ArrayItems(JsonSchema[]) - Constructor for class com.fasterxml.jackson.module.jsonSchema.types.ArraySchema.ArrayItems
- arraySchema() - Method in class com.fasterxml.jackson.module.jsonSchema.factories.JsonSchemaFactory
- arraySchema() - Method in class com.fasterxml.jackson.module.jsonSchema.jakarta.factories.JsonSchemaFactory
- ArraySchema - Class in com.fasterxml.jackson.module.jsonSchema.jakarta.types
- ArraySchema - Class in com.fasterxml.jackson.module.jsonSchema.types
- ArraySchema() - Constructor for class com.fasterxml.jackson.module.jsonSchema.jakarta.types.ArraySchema
- ArraySchema() - Constructor for class com.fasterxml.jackson.module.jsonSchema.types.ArraySchema
- ArraySchema.AdditionalItems - Class in com.fasterxml.jackson.module.jsonSchema.jakarta.types
-
This provides a definition for additional items in an array instance when tuple definitions of the items is provided.
- ArraySchema.AdditionalItems - Class in com.fasterxml.jackson.module.jsonSchema.types
-
This provides a definition for additional items in an array instance when tuple definitions of the items is provided.
- ArraySchema.ArrayItems - Class in com.fasterxml.jackson.module.jsonSchema.jakarta.types
-
When this attribute value is an array of jsonSchemas and the instance value is an array, each position in the instance array MUST conform to the jsonSchema in the corresponding position for this array.
- ArraySchema.ArrayItems - Class in com.fasterxml.jackson.module.jsonSchema.types
-
When this attribute value is an array of jsonSchemas and the instance value is an array, each position in the instance array MUST conform to the jsonSchema in the corresponding position for this array.
- ArraySchema.Items - Class in com.fasterxml.jackson.module.jsonSchema.jakarta.types
-
This attribute defines the allowed items in an instance array, and MUST be a jsonSchema or an array of jsonSchemas.
- ArraySchema.Items - Class in com.fasterxml.jackson.module.jsonSchema.types
-
This attribute defines the allowed items in an instance array, and MUST be a jsonSchema or an array of jsonSchemas.
- ArraySchema.ItemsDeserializer - Class in com.fasterxml.jackson.module.jsonSchema.jakarta.types
- ArraySchema.ItemsDeserializer - Class in com.fasterxml.jackson.module.jsonSchema.types
- ArraySchema.NoAdditionalItems - Class in com.fasterxml.jackson.module.jsonSchema.jakarta.types
-
This can be false to indicate additional items in the array are not allowed
- ArraySchema.NoAdditionalItems - Class in com.fasterxml.jackson.module.jsonSchema.types
-
This can be false to indicate additional items in the array are not allowed
- ArraySchema.SchemaAdditionalItems - Class in com.fasterxml.jackson.module.jsonSchema.jakarta.types
-
or it can be a jsonSchema that defines the jsonSchema of the additional items.
- ArraySchema.SchemaAdditionalItems - Class in com.fasterxml.jackson.module.jsonSchema.types
-
or it can be a jsonSchema that defines the jsonSchema of the additional items.
- ArraySchema.SingleItems - Class in com.fasterxml.jackson.module.jsonSchema.jakarta.types
-
When this attribute value is a jsonSchema and the instance value is an array, then all the items in the array MUST be valid according to the jsonSchema.
- ArraySchema.SingleItems - Class in com.fasterxml.jackson.module.jsonSchema.types
-
When this attribute value is a jsonSchema and the instance value is an array, then all the items in the array MUST be valid according to the jsonSchema.
- arraysEqual(T[], T[]) - Static method in class com.fasterxml.jackson.module.jsonSchema.jakarta.JsonSchema
- arraysEqual(T[], T[]) - Static method in class com.fasterxml.jackson.module.jsonSchema.JsonSchema
- ArrayVisitor - Class in com.fasterxml.jackson.module.jsonSchema.factories
- ArrayVisitor - Class in com.fasterxml.jackson.module.jsonSchema.jakarta.factories
- ArrayVisitor(SerializerProvider, ArraySchema) - Constructor for class com.fasterxml.jackson.module.jsonSchema.jakarta.factories.ArrayVisitor
- ArrayVisitor(SerializerProvider, ArraySchema, WrapperFactory) - Constructor for class com.fasterxml.jackson.module.jsonSchema.jakarta.factories.ArrayVisitor
- ArrayVisitor(SerializerProvider, ArraySchema) - Constructor for class com.fasterxml.jackson.module.jsonSchema.factories.ArrayVisitor
- ArrayVisitor(SerializerProvider, ArraySchema, WrapperFactory) - Constructor for class com.fasterxml.jackson.module.jsonSchema.factories.ArrayVisitor
- asAnySchema() - Method in class com.fasterxml.jackson.module.jsonSchema.jakarta.JsonSchema
-
Attempt to return this JsonSchema as an
AnySchema
- asAnySchema() - Method in class com.fasterxml.jackson.module.jsonSchema.jakarta.types.AnySchema
- asAnySchema() - Method in class com.fasterxml.jackson.module.jsonSchema.JsonSchema
-
Attempt to return this JsonSchema as an
AnySchema
- asAnySchema() - Method in class com.fasterxml.jackson.module.jsonSchema.types.AnySchema
- asArrayItems() - Method in class com.fasterxml.jackson.module.jsonSchema.jakarta.types.ArraySchema.ArrayItems
- asArrayItems() - Method in class com.fasterxml.jackson.module.jsonSchema.jakarta.types.ArraySchema.Items
- asArrayItems() - Method in class com.fasterxml.jackson.module.jsonSchema.types.ArraySchema.ArrayItems
- asArrayItems() - Method in class com.fasterxml.jackson.module.jsonSchema.types.ArraySchema.Items
- asArraySchema() - Method in class com.fasterxml.jackson.module.jsonSchema.jakarta.JsonSchema
-
Attempt to return this JsonSchema as an
ArraySchema
- asArraySchema() - Method in class com.fasterxml.jackson.module.jsonSchema.jakarta.types.ArraySchema
- asArraySchema() - Method in class com.fasterxml.jackson.module.jsonSchema.JsonSchema
-
Attempt to return this JsonSchema as an
ArraySchema
- asArraySchema() - Method in class com.fasterxml.jackson.module.jsonSchema.types.ArraySchema
- asBooleanSchema() - Method in class com.fasterxml.jackson.module.jsonSchema.jakarta.JsonSchema
-
Attempt to return this JsonSchema as a
BooleanSchema
- asBooleanSchema() - Method in class com.fasterxml.jackson.module.jsonSchema.jakarta.types.BooleanSchema
- asBooleanSchema() - Method in class com.fasterxml.jackson.module.jsonSchema.JsonSchema
-
Attempt to return this JsonSchema as a
BooleanSchema
- asBooleanSchema() - Method in class com.fasterxml.jackson.module.jsonSchema.types.BooleanSchema
- asContainerSchema() - Method in class com.fasterxml.jackson.module.jsonSchema.jakarta.JsonSchema
-
Deprecated.Since 2.7
- asContainerSchema() - Method in class com.fasterxml.jackson.module.jsonSchema.jakarta.types.ContainerTypeSchema
-
Deprecated.Since 2.7
- asContainerSchema() - Method in class com.fasterxml.jackson.module.jsonSchema.JsonSchema
-
Deprecated.Since 2.7
- asContainerSchema() - Method in class com.fasterxml.jackson.module.jsonSchema.types.ContainerTypeSchema
-
Deprecated.Since 2.7
- asContainerTypeSchema() - Method in class com.fasterxml.jackson.module.jsonSchema.jakarta.JsonSchema
-
Attempt to return this JsonSchema as a
ContainerTypeSchema
- asContainerTypeSchema() - Method in class com.fasterxml.jackson.module.jsonSchema.jakarta.types.ContainerTypeSchema
- asContainerTypeSchema() - Method in class com.fasterxml.jackson.module.jsonSchema.JsonSchema
-
Attempt to return this JsonSchema as a
ContainerTypeSchema
- asContainerTypeSchema() - Method in class com.fasterxml.jackson.module.jsonSchema.types.ContainerTypeSchema
- asIntegerSchema() - Method in class com.fasterxml.jackson.module.jsonSchema.jakarta.JsonSchema
-
Attempt to return this JsonSchema as an
IntegerSchema
- asIntegerSchema() - Method in class com.fasterxml.jackson.module.jsonSchema.jakarta.types.IntegerSchema
- asIntegerSchema() - Method in class com.fasterxml.jackson.module.jsonSchema.JsonSchema
-
Attempt to return this JsonSchema as an
IntegerSchema
- asIntegerSchema() - Method in class com.fasterxml.jackson.module.jsonSchema.types.IntegerSchema
- asNullSchema() - Method in class com.fasterxml.jackson.module.jsonSchema.jakarta.JsonSchema
-
Attempt to return this JsonSchema as a
NullSchema
- asNullSchema() - Method in class com.fasterxml.jackson.module.jsonSchema.jakarta.types.NullSchema
- asNullSchema() - Method in class com.fasterxml.jackson.module.jsonSchema.JsonSchema
-
Attempt to return this JsonSchema as a
NullSchema
- asNullSchema() - Method in class com.fasterxml.jackson.module.jsonSchema.types.NullSchema
- asNumberSchema() - Method in class com.fasterxml.jackson.module.jsonSchema.jakarta.JsonSchema
-
Attempt to return this JsonSchema as a
NumberSchema
- asNumberSchema() - Method in class com.fasterxml.jackson.module.jsonSchema.jakarta.types.NumberSchema
- asNumberSchema() - Method in class com.fasterxml.jackson.module.jsonSchema.JsonSchema
-
Attempt to return this JsonSchema as a
NumberSchema
- asNumberSchema() - Method in class com.fasterxml.jackson.module.jsonSchema.types.NumberSchema
- asObjectSchema() - Method in class com.fasterxml.jackson.module.jsonSchema.jakarta.JsonSchema
-
Attempt to return this JsonSchema as an
ObjectSchema
- asObjectSchema() - Method in class com.fasterxml.jackson.module.jsonSchema.jakarta.types.ObjectSchema
- asObjectSchema() - Method in class com.fasterxml.jackson.module.jsonSchema.JsonSchema
-
Attempt to return this JsonSchema as an
ObjectSchema
- asObjectSchema() - Method in class com.fasterxml.jackson.module.jsonSchema.types.ObjectSchema
- asSimpleTypeSchema() - Method in class com.fasterxml.jackson.module.jsonSchema.jakarta.JsonSchema
-
Attempt to return this JsonSchema as a
SimpleTypeSchema
- asSimpleTypeSchema() - Method in class com.fasterxml.jackson.module.jsonSchema.jakarta.types.SimpleTypeSchema
- asSimpleTypeSchema() - Method in class com.fasterxml.jackson.module.jsonSchema.JsonSchema
-
Attempt to return this JsonSchema as a
SimpleTypeSchema
- asSimpleTypeSchema() - Method in class com.fasterxml.jackson.module.jsonSchema.types.SimpleTypeSchema
- asSingleItems() - Method in class com.fasterxml.jackson.module.jsonSchema.jakarta.types.ArraySchema.Items
- asSingleItems() - Method in class com.fasterxml.jackson.module.jsonSchema.jakarta.types.ArraySchema.SingleItems
- asSingleItems() - Method in class com.fasterxml.jackson.module.jsonSchema.types.ArraySchema.Items
- asSingleItems() - Method in class com.fasterxml.jackson.module.jsonSchema.types.ArraySchema.SingleItems
- asStringSchema() - Method in class com.fasterxml.jackson.module.jsonSchema.jakarta.JsonSchema
-
Attempt to return this JsonSchema as a
StringSchema
- asStringSchema() - Method in class com.fasterxml.jackson.module.jsonSchema.jakarta.types.StringSchema
- asStringSchema() - Method in class com.fasterxml.jackson.module.jsonSchema.JsonSchema
-
Attempt to return this JsonSchema as a
StringSchema
- asStringSchema() - Method in class com.fasterxml.jackson.module.jsonSchema.types.StringSchema
- asUnionTypeSchema() - Method in class com.fasterxml.jackson.module.jsonSchema.jakarta.JsonSchema
-
Attempt to return this JsonSchema as an
UnionTypeSchema
- asUnionTypeSchema() - Method in class com.fasterxml.jackson.module.jsonSchema.jakarta.types.UnionTypeSchema
- asUnionTypeSchema() - Method in class com.fasterxml.jackson.module.jsonSchema.JsonSchema
-
Attempt to return this JsonSchema as an
UnionTypeSchema
- asUnionTypeSchema() - Method in class com.fasterxml.jackson.module.jsonSchema.types.UnionTypeSchema
- asValueSchemaSchema() - Method in class com.fasterxml.jackson.module.jsonSchema.jakarta.JsonSchema
-
Deprecated.Since 2.7
- asValueSchemaSchema() - Method in class com.fasterxml.jackson.module.jsonSchema.jakarta.types.ValueTypeSchema
-
Deprecated.Since 2.7
- asValueSchemaSchema() - Method in class com.fasterxml.jackson.module.jsonSchema.JsonSchema
-
Deprecated.Since 2.7
- asValueSchemaSchema() - Method in class com.fasterxml.jackson.module.jsonSchema.types.ValueTypeSchema
-
Deprecated.Since 2.7
- asValueTypeSchema() - Method in class com.fasterxml.jackson.module.jsonSchema.jakarta.JsonSchema
-
Attempt to return this JsonSchema as a
ValueTypeSchema
- asValueTypeSchema() - Method in class com.fasterxml.jackson.module.jsonSchema.jakarta.types.ValueTypeSchema
- asValueTypeSchema() - Method in class com.fasterxml.jackson.module.jsonSchema.JsonSchema
-
Attempt to return this JsonSchema as a
ValueTypeSchema
- asValueTypeSchema() - Method in class com.fasterxml.jackson.module.jsonSchema.types.ValueTypeSchema
B
- booleanFormatVisitor(BooleanSchema) - Method in class com.fasterxml.jackson.module.jsonSchema.jakarta.factories.FormatVisitorFactory
- booleanFormatVisitor(BooleanSchema) - Method in class com.fasterxml.jackson.module.jsonSchema.factories.FormatVisitorFactory
- booleanSchema() - Method in class com.fasterxml.jackson.module.jsonSchema.factories.JsonSchemaFactory
- booleanSchema() - Method in class com.fasterxml.jackson.module.jsonSchema.jakarta.factories.JsonSchemaFactory
- BooleanSchema - Class in com.fasterxml.jackson.module.jsonSchema.jakarta.types
-
This class represents a
JsonSchema
of type boolean - BooleanSchema - Class in com.fasterxml.jackson.module.jsonSchema.types
-
This class represents a
JsonSchema
of type boolean - BooleanSchema() - Constructor for class com.fasterxml.jackson.module.jsonSchema.jakarta.types.BooleanSchema
- BooleanSchema() - Constructor for class com.fasterxml.jackson.module.jsonSchema.types.BooleanSchema
- BooleanVisitor - Class in com.fasterxml.jackson.module.jsonSchema.factories
- BooleanVisitor - Class in com.fasterxml.jackson.module.jsonSchema.jakarta.factories
- BooleanVisitor(BooleanSchema) - Constructor for class com.fasterxml.jackson.module.jsonSchema.jakarta.factories.BooleanVisitor
- BooleanVisitor(BooleanSchema) - Constructor for class com.fasterxml.jackson.module.jsonSchema.factories.BooleanVisitor
C
- com.fasterxml.jackson.module.jsonSchema - package com.fasterxml.jackson.module.jsonSchema
- com.fasterxml.jackson.module.jsonSchema.annotation - package com.fasterxml.jackson.module.jsonSchema.annotation
- com.fasterxml.jackson.module.jsonSchema.customProperties - package com.fasterxml.jackson.module.jsonSchema.customProperties
- com.fasterxml.jackson.module.jsonSchema.factories - package com.fasterxml.jackson.module.jsonSchema.factories
- com.fasterxml.jackson.module.jsonSchema.jakarta - package com.fasterxml.jackson.module.jsonSchema.jakarta
- com.fasterxml.jackson.module.jsonSchema.jakarta.annotation - package com.fasterxml.jackson.module.jsonSchema.jakarta.annotation
- com.fasterxml.jackson.module.jsonSchema.jakarta.customProperties - package com.fasterxml.jackson.module.jsonSchema.jakarta.customProperties
- com.fasterxml.jackson.module.jsonSchema.jakarta.factories - package com.fasterxml.jackson.module.jsonSchema.jakarta.factories
- com.fasterxml.jackson.module.jsonSchema.jakarta.types - package com.fasterxml.jackson.module.jsonSchema.jakarta.types
- com.fasterxml.jackson.module.jsonSchema.jakarta.validation - package com.fasterxml.jackson.module.jsonSchema.jakarta.validation
- com.fasterxml.jackson.module.jsonSchema.types - package com.fasterxml.jackson.module.jsonSchema.types
- com.fasterxml.jackson.module.jsonSchema.validation - package com.fasterxml.jackson.module.jsonSchema.validation
- constraintResolver - Variable in class com.fasterxml.jackson.module.jsonSchema.customProperties.ValidationSchemaFactoryWrapper
- constraintResolver - Variable in class com.fasterxml.jackson.module.jsonSchema.jakarta.customProperties.ValidationSchemaFactoryWrapper
- ContainerTypeSchema - Class in com.fasterxml.jackson.module.jsonSchema.jakarta.types
-
This class encapsulates the functionality of container type
JsonSchema
Array and Object - ContainerTypeSchema - Class in com.fasterxml.jackson.module.jsonSchema.types
-
This class encapsulates the functionality of container type
JsonSchema
Array and Object - ContainerTypeSchema() - Constructor for class com.fasterxml.jackson.module.jsonSchema.jakarta.types.ContainerTypeSchema
- ContainerTypeSchema() - Constructor for class com.fasterxml.jackson.module.jsonSchema.types.ContainerTypeSchema
- contentEncoding - Variable in class com.fasterxml.jackson.module.jsonSchema.jakarta.types.HyperSchema
-
If the instance property value is a string, this attribute defines that the string SHOULD be interpreted as binary data and decoded using the encoding named by this jsonSchema property.
- contentEncoding - Variable in class com.fasterxml.jackson.module.jsonSchema.types.HyperSchema
-
If the instance property value is a string, this attribute defines that the string SHOULD be interpreted as binary data and decoded using the encoding named by this jsonSchema property.
D
- defaultdefault - Variable in class com.fasterxml.jackson.module.jsonSchema.jakarta.types.SimpleTypeSchema
-
This attribute defines the default value of the instance when the instance is undefined.
- defaultdefault - Variable in class com.fasterxml.jackson.module.jsonSchema.types.SimpleTypeSchema
-
This attribute defines the default value of the instance when the instance is undefined.
- dependencies - Variable in class com.fasterxml.jackson.module.jsonSchema.jakarta.types.ObjectSchema
-
This attribute is an object that defines the requirements of a property on an instance object.
- dependencies - Variable in class com.fasterxml.jackson.module.jsonSchema.types.ObjectSchema
-
This attribute is an object that defines the requirements of a property on an instance object.
- Dependency() - Constructor for class com.fasterxml.jackson.module.jsonSchema.jakarta.types.ObjectSchema.Dependency
- Dependency() - Constructor for class com.fasterxml.jackson.module.jsonSchema.types.ObjectSchema.Dependency
- depender - Variable in class com.fasterxml.jackson.module.jsonSchema.jakarta.types.ObjectSchema.SchemaDependency
- depender - Variable in class com.fasterxml.jackson.module.jsonSchema.jakarta.types.ObjectSchema.SimpleDependency
- depender - Variable in class com.fasterxml.jackson.module.jsonSchema.types.ObjectSchema.SchemaDependency
- depender - Variable in class com.fasterxml.jackson.module.jsonSchema.types.ObjectSchema.SimpleDependency
- dependsOn - Variable in class com.fasterxml.jackson.module.jsonSchema.jakarta.types.ObjectSchema.SimpleDependency
- dependsOn - Variable in class com.fasterxml.jackson.module.jsonSchema.types.ObjectSchema.SimpleDependency
- description - Variable in class com.fasterxml.jackson.module.jsonSchema.jakarta.JsonSchema
-
This attribute is a string that provides a full description of the of purpose the instance property.
- description - Variable in class com.fasterxml.jackson.module.jsonSchema.JsonSchema
-
This attribute is a string that provides a full description of the of purpose the instance property.
- deserialize(JsonParser, DeserializationContext) - Method in class com.fasterxml.jackson.module.jsonSchema.jakarta.types.AdditionalItemsDeserializer
- deserialize(JsonParser, DeserializationContext) - Method in class com.fasterxml.jackson.module.jsonSchema.jakarta.types.AdditionalPropertiesDeserializer
- deserialize(JsonParser, DeserializationContext) - Method in class com.fasterxml.jackson.module.jsonSchema.jakarta.types.ArraySchema.ItemsDeserializer
- deserialize(JsonParser, DeserializationContext) - Method in class com.fasterxml.jackson.module.jsonSchema.types.AdditionalItemsDeserializer
- deserialize(JsonParser, DeserializationContext) - Method in class com.fasterxml.jackson.module.jsonSchema.types.AdditionalPropertiesDeserializer
- deserialize(JsonParser, DeserializationContext) - Method in class com.fasterxml.jackson.module.jsonSchema.types.ArraySchema.ItemsDeserializer
- disallow - Variable in class com.fasterxml.jackson.module.jsonSchema.jakarta.JsonSchema
-
This attribute takes the same values as the "type" attribute, however if the instance matches the type or if this value is an array and the instance matches any type or schema in the array, then this instance is not valid.
- disallow - Variable in class com.fasterxml.jackson.module.jsonSchema.JsonSchema
-
This attribute takes the same values as the "type" attribute, however if the instance matches the type or if this value is an array and the instance matches any type or schema in the array, then this instance is not valid.
- divisibleBy - Variable in class com.fasterxml.jackson.module.jsonSchema.jakarta.types.IntegerSchema
-
This attribute defines what value the number instance must be divisible by with no remainder (the result of the division must be an integer.) The value of this attribute SHOULD NOT be 0.
- divisibleBy - Variable in class com.fasterxml.jackson.module.jsonSchema.types.IntegerSchema
-
This attribute defines what value the number instance must be divisible by with no remainder (the result of the division must be an integer.) The value of this attribute SHOULD NOT be 0.
E
- elements - Variable in class com.fasterxml.jackson.module.jsonSchema.jakarta.types.UnionTypeSchema
- elements - Variable in class com.fasterxml.jackson.module.jsonSchema.types.UnionTypeSchema
- enctype - Variable in class com.fasterxml.jackson.module.jsonSchema.jakarta.types.HyperSchema.LinkDescriptionObject
-
If present, this property indicates a query media type format that the server supports for querying or posting to the collection of instances at the target resource.
- enctype - Variable in class com.fasterxml.jackson.module.jsonSchema.jakarta.types.LinkDescriptionObject
-
If present, this property indicates a query media type format that the server supports for querying or posting to the collection of instances at the target resource.
- enctype - Variable in class com.fasterxml.jackson.module.jsonSchema.types.HyperSchema.LinkDescriptionObject
-
If present, this property indicates a query media type format that the server supports for querying or posting to the collection of instances at the target resource.
- enctype - Variable in class com.fasterxml.jackson.module.jsonSchema.types.LinkDescriptionObject
-
If present, this property indicates a query media type format that the server supports for querying or posting to the collection of instances at the target resource.
- enctype() - Element in annotation type com.fasterxml.jackson.module.jsonSchema.annotation.Link
-
If present, this property indicates a query media type format that the server supports for querying or posting to the collection of instances at the target resource.
- enctype() - Element in annotation type com.fasterxml.jackson.module.jsonSchema.jakarta.annotation.Link
-
If present, this property indicates a query media type format that the server supports for querying or posting to the collection of instances at the target resource.
- enrichWithBeanProperty(BeanProperty) - Method in class com.fasterxml.jackson.module.jsonSchema.jakarta.JsonSchema
-
Override this to add information specific to the property of bean For example, bean validation annotations could be used to specify value constraints in the schema
- enrichWithBeanProperty(BeanProperty) - Method in class com.fasterxml.jackson.module.jsonSchema.JsonSchema
-
Override this to add information specific to the property of bean For example, bean validation annotations could be used to specify value constraints in the schema
- enums - Variable in class com.fasterxml.jackson.module.jsonSchema.jakarta.types.ContainerTypeSchema
-
This provides an enumeration of all possible values that are valid for the instance property.
- enums - Variable in class com.fasterxml.jackson.module.jsonSchema.jakarta.types.ValueTypeSchema
-
This provides an enumeration of all possible values that are valid for the instance property.
- enums - Variable in class com.fasterxml.jackson.module.jsonSchema.types.ContainerTypeSchema
-
This provides an enumeration of all possible values that are valid for the instance property.
- enums - Variable in class com.fasterxml.jackson.module.jsonSchema.types.ValueTypeSchema
-
This provides an enumeration of all possible values that are valid for the instance property.
- enumTypes(Set<String>) - Method in class com.fasterxml.jackson.module.jsonSchema.factories.BooleanVisitor
- enumTypes(Set<String>) - Method in class com.fasterxml.jackson.module.jsonSchema.factories.IntegerVisitor
- enumTypes(Set<String>) - Method in class com.fasterxml.jackson.module.jsonSchema.factories.NumberVisitor
- enumTypes(Set<String>) - Method in class com.fasterxml.jackson.module.jsonSchema.factories.StringVisitor
- enumTypes(Set<String>) - Method in class com.fasterxml.jackson.module.jsonSchema.jakarta.factories.BooleanVisitor
- enumTypes(Set<String>) - Method in class com.fasterxml.jackson.module.jsonSchema.jakarta.factories.IntegerVisitor
- enumTypes(Set<String>) - Method in class com.fasterxml.jackson.module.jsonSchema.jakarta.factories.NumberVisitor
- enumTypes(Set<String>) - Method in class com.fasterxml.jackson.module.jsonSchema.jakarta.factories.StringVisitor
- equals(Object) - Method in class com.fasterxml.jackson.module.jsonSchema.jakarta.JsonSchema
- equals(Object) - Method in class com.fasterxml.jackson.module.jsonSchema.jakarta.types.AnySchema
- equals(Object) - Method in class com.fasterxml.jackson.module.jsonSchema.jakarta.types.ArraySchema.ArrayItems
- equals(Object) - Method in class com.fasterxml.jackson.module.jsonSchema.jakarta.types.ArraySchema
- equals(Object) - Method in class com.fasterxml.jackson.module.jsonSchema.jakarta.types.ArraySchema.NoAdditionalItems
- equals(Object) - Method in class com.fasterxml.jackson.module.jsonSchema.jakarta.types.ArraySchema.SchemaAdditionalItems
- equals(Object) - Method in class com.fasterxml.jackson.module.jsonSchema.jakarta.types.ArraySchema.SingleItems
- equals(Object) - Method in class com.fasterxml.jackson.module.jsonSchema.jakarta.types.BooleanSchema
- equals(Object) - Method in class com.fasterxml.jackson.module.jsonSchema.jakarta.types.ContainerTypeSchema
- equals(Object) - Method in class com.fasterxml.jackson.module.jsonSchema.jakarta.types.HyperSchema
- equals(Object) - Method in class com.fasterxml.jackson.module.jsonSchema.jakarta.types.HyperSchema.LinkDescriptionObject
- equals(Object) - Method in class com.fasterxml.jackson.module.jsonSchema.jakarta.types.IntegerSchema
- equals(Object) - Method in class com.fasterxml.jackson.module.jsonSchema.jakarta.types.NullSchema
- equals(Object) - Method in class com.fasterxml.jackson.module.jsonSchema.jakarta.types.NumberSchema
- equals(Object) - Method in class com.fasterxml.jackson.module.jsonSchema.jakarta.types.ObjectSchema
- equals(Object) - Method in class com.fasterxml.jackson.module.jsonSchema.jakarta.types.ObjectSchema.NoAdditionalProperties
- equals(Object) - Method in class com.fasterxml.jackson.module.jsonSchema.jakarta.types.ObjectSchema.SchemaAdditionalProperties
- equals(Object) - Method in class com.fasterxml.jackson.module.jsonSchema.jakarta.types.ObjectSchema.SchemaDependency
- equals(Object) - Method in class com.fasterxml.jackson.module.jsonSchema.jakarta.types.ObjectSchema.SimpleDependency
- equals(Object) - Method in class com.fasterxml.jackson.module.jsonSchema.jakarta.types.ReferenceSchema
- equals(Object) - Method in class com.fasterxml.jackson.module.jsonSchema.jakarta.types.SimpleTypeSchema
- equals(Object) - Method in class com.fasterxml.jackson.module.jsonSchema.jakarta.types.StringSchema
- equals(Object) - Method in class com.fasterxml.jackson.module.jsonSchema.jakarta.types.UnionTypeSchema
- equals(Object) - Method in class com.fasterxml.jackson.module.jsonSchema.jakarta.types.ValueTypeSchema
- equals(Object) - Method in class com.fasterxml.jackson.module.jsonSchema.JsonSchema
- equals(Object) - Method in class com.fasterxml.jackson.module.jsonSchema.types.AnySchema
- equals(Object) - Method in class com.fasterxml.jackson.module.jsonSchema.types.ArraySchema.ArrayItems
- equals(Object) - Method in class com.fasterxml.jackson.module.jsonSchema.types.ArraySchema
- equals(Object) - Method in class com.fasterxml.jackson.module.jsonSchema.types.ArraySchema.NoAdditionalItems
- equals(Object) - Method in class com.fasterxml.jackson.module.jsonSchema.types.ArraySchema.SchemaAdditionalItems
- equals(Object) - Method in class com.fasterxml.jackson.module.jsonSchema.types.ArraySchema.SingleItems
- equals(Object) - Method in class com.fasterxml.jackson.module.jsonSchema.types.BooleanSchema
- equals(Object) - Method in class com.fasterxml.jackson.module.jsonSchema.types.ContainerTypeSchema
- equals(Object) - Method in class com.fasterxml.jackson.module.jsonSchema.types.HyperSchema
- equals(Object) - Method in class com.fasterxml.jackson.module.jsonSchema.types.HyperSchema.LinkDescriptionObject
- equals(Object) - Method in class com.fasterxml.jackson.module.jsonSchema.types.IntegerSchema
- equals(Object) - Method in class com.fasterxml.jackson.module.jsonSchema.types.NullSchema
- equals(Object) - Method in class com.fasterxml.jackson.module.jsonSchema.types.NumberSchema
- equals(Object) - Method in class com.fasterxml.jackson.module.jsonSchema.types.ObjectSchema
- equals(Object) - Method in class com.fasterxml.jackson.module.jsonSchema.types.ObjectSchema.NoAdditionalProperties
- equals(Object) - Method in class com.fasterxml.jackson.module.jsonSchema.types.ObjectSchema.SchemaAdditionalProperties
- equals(Object) - Method in class com.fasterxml.jackson.module.jsonSchema.types.ObjectSchema.SchemaDependency
- equals(Object) - Method in class com.fasterxml.jackson.module.jsonSchema.types.ObjectSchema.SimpleDependency
- equals(Object) - Method in class com.fasterxml.jackson.module.jsonSchema.types.ReferenceSchema
- equals(Object) - Method in class com.fasterxml.jackson.module.jsonSchema.types.SimpleTypeSchema
- equals(Object) - Method in class com.fasterxml.jackson.module.jsonSchema.types.StringSchema
- equals(Object) - Method in class com.fasterxml.jackson.module.jsonSchema.types.UnionTypeSchema
- equals(Object) - Method in class com.fasterxml.jackson.module.jsonSchema.types.ValueTypeSchema
- equals(Object, Object) - Static method in class com.fasterxml.jackson.module.jsonSchema.jakarta.JsonSchema
-
A utility method allowing to easily chain calls to equals() on members without taking any risk regarding the ternary operator precedence.
- equals(Object, Object) - Static method in class com.fasterxml.jackson.module.jsonSchema.jakarta.types.HyperSchema.LinkDescriptionObject
- equals(Object, Object) - Static method in class com.fasterxml.jackson.module.jsonSchema.JsonSchema
-
A utility method allowing to easily chain calls to equals() on members without taking any risk regarding the ternary operator precedence.
- equals(Object, Object) - Static method in class com.fasterxml.jackson.module.jsonSchema.types.HyperSchema.LinkDescriptionObject
- exclusiveMaximum - Variable in class com.fasterxml.jackson.module.jsonSchema.jakarta.types.NumberSchema
-
This attribute indicates if the value of the instance (if the instance is a number) can not equal the number defined by the "maximum" attribute.
- exclusiveMaximum - Variable in class com.fasterxml.jackson.module.jsonSchema.types.NumberSchema
-
This attribute indicates if the value of the instance (if the instance is a number) can not equal the number defined by the "maximum" attribute.
- exclusiveMinimum - Variable in class com.fasterxml.jackson.module.jsonSchema.jakarta.types.NumberSchema
-
This attribute indicates if the value of the instance (if the instance is a number) can not equal the number defined by the "minimum" attribute.
- exclusiveMinimum - Variable in class com.fasterxml.jackson.module.jsonSchema.types.NumberSchema
-
This attribute indicates if the value of the instance (if the instance is a number) can not equal the number defined by the "minimum" attribute.
- expectAnyFormat(JavaType) - Method in class com.fasterxml.jackson.module.jsonSchema.factories.SchemaFactoryWrapper
- expectAnyFormat(JavaType) - Method in class com.fasterxml.jackson.module.jsonSchema.jakarta.factories.SchemaFactoryWrapper
- expectArrayFormat(JavaType) - Method in class com.fasterxml.jackson.module.jsonSchema.customProperties.HyperSchemaFactoryWrapper
- expectArrayFormat(JavaType) - Method in class com.fasterxml.jackson.module.jsonSchema.customProperties.TitleSchemaFactoryWrapper
- expectArrayFormat(JavaType) - Method in class com.fasterxml.jackson.module.jsonSchema.factories.SchemaFactoryWrapper
- expectArrayFormat(JavaType) - Method in class com.fasterxml.jackson.module.jsonSchema.jakarta.customProperties.HyperSchemaFactoryWrapper
- expectArrayFormat(JavaType) - Method in class com.fasterxml.jackson.module.jsonSchema.jakarta.customProperties.TitleSchemaFactoryWrapper
- expectArrayFormat(JavaType) - Method in class com.fasterxml.jackson.module.jsonSchema.jakarta.factories.SchemaFactoryWrapper
- expectBooleanFormat(JavaType) - Method in class com.fasterxml.jackson.module.jsonSchema.factories.SchemaFactoryWrapper
- expectBooleanFormat(JavaType) - Method in class com.fasterxml.jackson.module.jsonSchema.jakarta.factories.SchemaFactoryWrapper
- expectIntegerFormat(JavaType) - Method in class com.fasterxml.jackson.module.jsonSchema.factories.SchemaFactoryWrapper
- expectIntegerFormat(JavaType) - Method in class com.fasterxml.jackson.module.jsonSchema.jakarta.factories.SchemaFactoryWrapper
- expectMapFormat(JavaType) - Method in class com.fasterxml.jackson.module.jsonSchema.factories.SchemaFactoryWrapper
- expectMapFormat(JavaType) - Method in class com.fasterxml.jackson.module.jsonSchema.jakarta.factories.SchemaFactoryWrapper
- expectNullFormat(JavaType) - Method in class com.fasterxml.jackson.module.jsonSchema.factories.SchemaFactoryWrapper
- expectNullFormat(JavaType) - Method in class com.fasterxml.jackson.module.jsonSchema.jakarta.factories.SchemaFactoryWrapper
- expectNumberFormat(JavaType) - Method in class com.fasterxml.jackson.module.jsonSchema.factories.SchemaFactoryWrapper
- expectNumberFormat(JavaType) - Method in class com.fasterxml.jackson.module.jsonSchema.jakarta.factories.SchemaFactoryWrapper
- expectObjectFormat(JavaType) - Method in class com.fasterxml.jackson.module.jsonSchema.customProperties.HyperSchemaFactoryWrapper
- expectObjectFormat(JavaType) - Method in class com.fasterxml.jackson.module.jsonSchema.customProperties.TitleSchemaFactoryWrapper
- expectObjectFormat(JavaType) - Method in class com.fasterxml.jackson.module.jsonSchema.customProperties.ValidationSchemaFactoryWrapper
- expectObjectFormat(JavaType) - Method in class com.fasterxml.jackson.module.jsonSchema.factories.SchemaFactoryWrapper
- expectObjectFormat(JavaType) - Method in class com.fasterxml.jackson.module.jsonSchema.jakarta.customProperties.HyperSchemaFactoryWrapper
- expectObjectFormat(JavaType) - Method in class com.fasterxml.jackson.module.jsonSchema.jakarta.customProperties.TitleSchemaFactoryWrapper
- expectObjectFormat(JavaType) - Method in class com.fasterxml.jackson.module.jsonSchema.jakarta.customProperties.ValidationSchemaFactoryWrapper
- expectObjectFormat(JavaType) - Method in class com.fasterxml.jackson.module.jsonSchema.jakarta.factories.SchemaFactoryWrapper
- expectStringFormat(JavaType) - Method in class com.fasterxml.jackson.module.jsonSchema.factories.SchemaFactoryWrapper
- expectStringFormat(JavaType) - Method in class com.fasterxml.jackson.module.jsonSchema.jakarta.factories.SchemaFactoryWrapper
- extendsextends - Variable in class com.fasterxml.jackson.module.jsonSchema.jakarta.JsonSchema
-
The value of this property MUST be another schema which will provide a base schema which the current schema will inherit from.
- extendsextends - Variable in class com.fasterxml.jackson.module.jsonSchema.JsonSchema
-
The value of this property MUST be another schema which will provide a base schema which the current schema will inherit from.
F
- fetchSchema(Class<?>) - Method in class com.fasterxml.jackson.module.jsonSchema.customProperties.HyperSchemaFactoryWrapper
- fetchSchema(Class<?>) - Method in class com.fasterxml.jackson.module.jsonSchema.jakarta.customProperties.HyperSchemaFactoryWrapper
- finalSchema() - Method in class com.fasterxml.jackson.module.jsonSchema.factories.SchemaFactoryWrapper
- finalSchema() - Method in class com.fasterxml.jackson.module.jsonSchema.jakarta.factories.SchemaFactoryWrapper
- format - Variable in class com.fasterxml.jackson.module.jsonSchema.jakarta.types.ValueTypeSchema
-
This property defines the type of data, content type, or microformat to be expected in the instance property values.
- format - Variable in class com.fasterxml.jackson.module.jsonSchema.types.ValueTypeSchema
-
This property defines the type of data, content type, or microformat to be expected in the instance property values.
- format(JsonValueFormat) - Method in class com.fasterxml.jackson.module.jsonSchema.factories.BooleanVisitor
- format(JsonValueFormat) - Method in class com.fasterxml.jackson.module.jsonSchema.factories.IntegerVisitor
- format(JsonValueFormat) - Method in class com.fasterxml.jackson.module.jsonSchema.factories.NumberVisitor
- format(JsonValueFormat) - Method in class com.fasterxml.jackson.module.jsonSchema.factories.StringVisitor
- format(JsonValueFormat) - Method in class com.fasterxml.jackson.module.jsonSchema.jakarta.factories.BooleanVisitor
- format(JsonValueFormat) - Method in class com.fasterxml.jackson.module.jsonSchema.jakarta.factories.IntegerVisitor
- format(JsonValueFormat) - Method in class com.fasterxml.jackson.module.jsonSchema.jakarta.factories.NumberVisitor
- format(JsonValueFormat) - Method in class com.fasterxml.jackson.module.jsonSchema.jakarta.factories.StringVisitor
- FormatVisitorFactory - Class in com.fasterxml.jackson.module.jsonSchema.factories
-
Factory class used for constructing visitors for building various JSON Schema instances via visitor interface.
- FormatVisitorFactory - Class in com.fasterxml.jackson.module.jsonSchema.jakarta.factories
-
Factory class used for constructing visitors for building various JSON Schema instances via visitor interface.
- FormatVisitorFactory() - Constructor for class com.fasterxml.jackson.module.jsonSchema.factories.FormatVisitorFactory
- FormatVisitorFactory() - Constructor for class com.fasterxml.jackson.module.jsonSchema.jakarta.factories.FormatVisitorFactory
- FormatVisitorFactory(WrapperFactory) - Constructor for class com.fasterxml.jackson.module.jsonSchema.factories.FormatVisitorFactory
- FormatVisitorFactory(WrapperFactory) - Constructor for class com.fasterxml.jackson.module.jsonSchema.jakarta.factories.FormatVisitorFactory
- fragmentResolution - Variable in class com.fasterxml.jackson.module.jsonSchema.jakarta.types.HyperSchema
-
This property indicates the fragment resolution protocol to use for resolving fragment identifiers in URIs within the instance representations.
- fragmentResolution - Variable in class com.fasterxml.jackson.module.jsonSchema.types.HyperSchema
-
This property indicates the fragment resolution protocol to use for resolving fragment identifiers in URIs within the instance representations.
G
- generateSchema(JavaType) - Method in class com.fasterxml.jackson.module.jsonSchema.jakarta.JsonSchemaGenerator
- generateSchema(JavaType) - Method in class com.fasterxml.jackson.module.jsonSchema.JsonSchemaGenerator
- generateSchema(Class<?>) - Method in class com.fasterxml.jackson.module.jsonSchema.jakarta.JsonSchemaGenerator
- generateSchema(Class<?>) - Method in class com.fasterxml.jackson.module.jsonSchema.JsonSchemaGenerator
- get$ref() - Method in class com.fasterxml.jackson.module.jsonSchema.jakarta.JsonSchema
- get$ref() - Method in class com.fasterxml.jackson.module.jsonSchema.jakarta.types.ReferenceSchema
- get$ref() - Method in class com.fasterxml.jackson.module.jsonSchema.JsonSchema
- get$ref() - Method in class com.fasterxml.jackson.module.jsonSchema.types.ReferenceSchema
- get$schema() - Method in class com.fasterxml.jackson.module.jsonSchema.jakarta.JsonSchema
- get$schema() - Method in class com.fasterxml.jackson.module.jsonSchema.JsonSchema
- getAdditionalItems() - Method in class com.fasterxml.jackson.module.jsonSchema.jakarta.types.ArraySchema
- getAdditionalItems() - Method in class com.fasterxml.jackson.module.jsonSchema.types.ArraySchema
- getAdditionalProperties() - Method in class com.fasterxml.jackson.module.jsonSchema.jakarta.types.ObjectSchema
- getAdditionalProperties() - Method in class com.fasterxml.jackson.module.jsonSchema.types.ObjectSchema
- getArrayMaxItems(BeanProperty) - Method in class com.fasterxml.jackson.module.jsonSchema.jakarta.validation.AnnotationConstraintResolver
- getArrayMaxItems(BeanProperty) - Method in class com.fasterxml.jackson.module.jsonSchema.jakarta.validation.ValidationConstraintResolver
- getArrayMaxItems(BeanProperty) - Method in class com.fasterxml.jackson.module.jsonSchema.validation.AnnotationConstraintResolver
- getArrayMaxItems(BeanProperty) - Method in class com.fasterxml.jackson.module.jsonSchema.validation.ValidationConstraintResolver
- getArrayMinItems(BeanProperty) - Method in class com.fasterxml.jackson.module.jsonSchema.jakarta.validation.AnnotationConstraintResolver
- getArrayMinItems(BeanProperty) - Method in class com.fasterxml.jackson.module.jsonSchema.jakarta.validation.ValidationConstraintResolver
- getArrayMinItems(BeanProperty) - Method in class com.fasterxml.jackson.module.jsonSchema.validation.AnnotationConstraintResolver
- getArrayMinItems(BeanProperty) - Method in class com.fasterxml.jackson.module.jsonSchema.validation.ValidationConstraintResolver
- getDefault() - Method in class com.fasterxml.jackson.module.jsonSchema.jakarta.types.SimpleTypeSchema
- getDefault() - Method in class com.fasterxml.jackson.module.jsonSchema.types.SimpleTypeSchema
- getDependencies() - Method in class com.fasterxml.jackson.module.jsonSchema.jakarta.types.ObjectSchema
- getDependencies() - Method in class com.fasterxml.jackson.module.jsonSchema.types.ObjectSchema
- getDepender() - Method in class com.fasterxml.jackson.module.jsonSchema.jakarta.types.ObjectSchema.SchemaDependency
- getDepender() - Method in class com.fasterxml.jackson.module.jsonSchema.jakarta.types.ObjectSchema.SimpleDependency
- getDepender() - Method in class com.fasterxml.jackson.module.jsonSchema.types.ObjectSchema.SchemaDependency
- getDepender() - Method in class com.fasterxml.jackson.module.jsonSchema.types.ObjectSchema.SimpleDependency
- getDependsOn() - Method in class com.fasterxml.jackson.module.jsonSchema.jakarta.types.ObjectSchema.SimpleDependency
- getDependsOn() - Method in class com.fasterxml.jackson.module.jsonSchema.types.ObjectSchema.SimpleDependency
- getDescription() - Method in class com.fasterxml.jackson.module.jsonSchema.jakarta.JsonSchema
- getDescription() - Method in class com.fasterxml.jackson.module.jsonSchema.JsonSchema
- getDisallow() - Method in class com.fasterxml.jackson.module.jsonSchema.jakarta.JsonSchema
- getDisallow() - Method in class com.fasterxml.jackson.module.jsonSchema.JsonSchema
- getDivisibleBy() - Method in class com.fasterxml.jackson.module.jsonSchema.jakarta.types.IntegerSchema
- getDivisibleBy() - Method in class com.fasterxml.jackson.module.jsonSchema.types.IntegerSchema
- getElements() - Method in class com.fasterxml.jackson.module.jsonSchema.jakarta.types.UnionTypeSchema
- getElements() - Method in class com.fasterxml.jackson.module.jsonSchema.types.UnionTypeSchema
- getEnctype() - Method in class com.fasterxml.jackson.module.jsonSchema.jakarta.types.LinkDescriptionObject
- getEnctype() - Method in class com.fasterxml.jackson.module.jsonSchema.types.LinkDescriptionObject
- getEnums() - Method in class com.fasterxml.jackson.module.jsonSchema.jakarta.types.ContainerTypeSchema
- getEnums() - Method in class com.fasterxml.jackson.module.jsonSchema.jakarta.types.ValueTypeSchema
- getEnums() - Method in class com.fasterxml.jackson.module.jsonSchema.types.ContainerTypeSchema
- getEnums() - Method in class com.fasterxml.jackson.module.jsonSchema.types.ValueTypeSchema
- getExclusiveMaximum() - Method in class com.fasterxml.jackson.module.jsonSchema.jakarta.types.NumberSchema
- getExclusiveMaximum() - Method in class com.fasterxml.jackson.module.jsonSchema.types.NumberSchema
- getExclusiveMinimum() - Method in class com.fasterxml.jackson.module.jsonSchema.jakarta.types.NumberSchema
- getExclusiveMinimum() - Method in class com.fasterxml.jackson.module.jsonSchema.types.NumberSchema
- getExtends() - Method in class com.fasterxml.jackson.module.jsonSchema.jakarta.JsonSchema
- getExtends() - Method in class com.fasterxml.jackson.module.jsonSchema.JsonSchema
- getFormat() - Method in class com.fasterxml.jackson.module.jsonSchema.jakarta.types.ValueTypeSchema
- getFormat() - Method in class com.fasterxml.jackson.module.jsonSchema.types.ValueTypeSchema
- getHref() - Method in class com.fasterxml.jackson.module.jsonSchema.jakarta.types.LinkDescriptionObject
- getHref() - Method in class com.fasterxml.jackson.module.jsonSchema.types.LinkDescriptionObject
- getId() - Method in class com.fasterxml.jackson.module.jsonSchema.jakarta.JsonSchema
- getId() - Method in class com.fasterxml.jackson.module.jsonSchema.JsonSchema
- getItems() - Method in class com.fasterxml.jackson.module.jsonSchema.jakarta.types.ArraySchema
- getItems() - Method in class com.fasterxml.jackson.module.jsonSchema.types.ArraySchema
- getJsonSchema() - Method in class com.fasterxml.jackson.module.jsonSchema.jakarta.types.ArraySchema.SchemaAdditionalItems
- getJsonSchema() - Method in class com.fasterxml.jackson.module.jsonSchema.jakarta.types.ObjectSchema.SchemaAdditionalProperties
- getJsonSchema() - Method in class com.fasterxml.jackson.module.jsonSchema.types.ArraySchema.SchemaAdditionalItems
- getJsonSchema() - Method in class com.fasterxml.jackson.module.jsonSchema.types.ObjectSchema.SchemaAdditionalProperties
- getJsonSchemas() - Method in class com.fasterxml.jackson.module.jsonSchema.jakarta.types.ArraySchema.ArrayItems
- getJsonSchemas() - Method in class com.fasterxml.jackson.module.jsonSchema.types.ArraySchema.ArrayItems
- getLinks() - Method in class com.fasterxml.jackson.module.jsonSchema.jakarta.types.SimpleTypeSchema
- getLinks() - Method in class com.fasterxml.jackson.module.jsonSchema.types.SimpleTypeSchema
- getMaximum() - Method in class com.fasterxml.jackson.module.jsonSchema.jakarta.types.NumberSchema
- getMaximum() - Method in class com.fasterxml.jackson.module.jsonSchema.types.NumberSchema
- getMaxItems() - Method in class com.fasterxml.jackson.module.jsonSchema.jakarta.types.ArraySchema
- getMaxItems() - Method in class com.fasterxml.jackson.module.jsonSchema.types.ArraySchema
- getMaxLength() - Method in class com.fasterxml.jackson.module.jsonSchema.jakarta.types.StringSchema
- getMaxLength() - Method in class com.fasterxml.jackson.module.jsonSchema.types.StringSchema
- getMaxSize(BeanProperty) - Method in class com.fasterxml.jackson.module.jsonSchema.jakarta.validation.AnnotationConstraintResolver
- getMaxSize(BeanProperty) - Method in class com.fasterxml.jackson.module.jsonSchema.validation.AnnotationConstraintResolver
- getMechanism() - Method in class com.fasterxml.jackson.module.jsonSchema.jakarta.JsonSchemaIdResolver
- getMechanism() - Method in class com.fasterxml.jackson.module.jsonSchema.JsonSchemaIdResolver
- getMediaType() - Method in class com.fasterxml.jackson.module.jsonSchema.jakarta.types.LinkDescriptionObject
- getMediaType() - Method in class com.fasterxml.jackson.module.jsonSchema.types.LinkDescriptionObject
- getMethod() - Method in class com.fasterxml.jackson.module.jsonSchema.jakarta.types.LinkDescriptionObject
- getMethod() - Method in class com.fasterxml.jackson.module.jsonSchema.types.LinkDescriptionObject
- getMinimum() - Method in class com.fasterxml.jackson.module.jsonSchema.jakarta.types.NumberSchema
- getMinimum() - Method in class com.fasterxml.jackson.module.jsonSchema.types.NumberSchema
- getMinItems() - Method in class com.fasterxml.jackson.module.jsonSchema.jakarta.types.ArraySchema
- getMinItems() - Method in class com.fasterxml.jackson.module.jsonSchema.types.ArraySchema
- getMinLength() - Method in class com.fasterxml.jackson.module.jsonSchema.jakarta.types.StringSchema
- getMinLength() - Method in class com.fasterxml.jackson.module.jsonSchema.types.StringSchema
- getMinSize(BeanProperty) - Method in class com.fasterxml.jackson.module.jsonSchema.jakarta.validation.AnnotationConstraintResolver
- getMinSize(BeanProperty) - Method in class com.fasterxml.jackson.module.jsonSchema.validation.AnnotationConstraintResolver
- getMultipleOf() - Method in class com.fasterxml.jackson.module.jsonSchema.jakarta.types.NumberSchema
- getMultipleOf() - Method in class com.fasterxml.jackson.module.jsonSchema.types.NumberSchema
- getNumberMaximum(BeanProperty) - Method in class com.fasterxml.jackson.module.jsonSchema.jakarta.validation.AnnotationConstraintResolver
- getNumberMaximum(BeanProperty) - Method in class com.fasterxml.jackson.module.jsonSchema.jakarta.validation.ValidationConstraintResolver
- getNumberMaximum(BeanProperty) - Method in class com.fasterxml.jackson.module.jsonSchema.validation.AnnotationConstraintResolver
- getNumberMaximum(BeanProperty) - Method in class com.fasterxml.jackson.module.jsonSchema.validation.ValidationConstraintResolver
- getNumberMinimum(BeanProperty) - Method in class com.fasterxml.jackson.module.jsonSchema.jakarta.validation.AnnotationConstraintResolver
- getNumberMinimum(BeanProperty) - Method in class com.fasterxml.jackson.module.jsonSchema.jakarta.validation.ValidationConstraintResolver
- getNumberMinimum(BeanProperty) - Method in class com.fasterxml.jackson.module.jsonSchema.validation.AnnotationConstraintResolver
- getNumberMinimum(BeanProperty) - Method in class com.fasterxml.jackson.module.jsonSchema.validation.ValidationConstraintResolver
- getOneOf() - Method in class com.fasterxml.jackson.module.jsonSchema.jakarta.types.ContainerTypeSchema
- getOneOf() - Method in class com.fasterxml.jackson.module.jsonSchema.types.ContainerTypeSchema
- getParentMustMatch() - Method in class com.fasterxml.jackson.module.jsonSchema.jakarta.types.ObjectSchema.SchemaDependency
- getParentMustMatch() - Method in class com.fasterxml.jackson.module.jsonSchema.types.ObjectSchema.SchemaDependency
- getPathStart() - Method in class com.fasterxml.jackson.module.jsonSchema.jakarta.types.SimpleTypeSchema
- getPathStart() - Method in class com.fasterxml.jackson.module.jsonSchema.types.SimpleTypeSchema
- getPattern() - Method in class com.fasterxml.jackson.module.jsonSchema.jakarta.types.StringSchema
- getPattern() - Method in class com.fasterxml.jackson.module.jsonSchema.types.StringSchema
- getPatternProperties() - Method in class com.fasterxml.jackson.module.jsonSchema.jakarta.types.ObjectSchema
- getPatternProperties() - Method in class com.fasterxml.jackson.module.jsonSchema.types.ObjectSchema
- getProperties() - Method in class com.fasterxml.jackson.module.jsonSchema.jakarta.types.ObjectSchema
- getProperties() - Method in class com.fasterxml.jackson.module.jsonSchema.types.ObjectSchema
- getProvider() - Method in class com.fasterxml.jackson.module.jsonSchema.factories.ArrayVisitor
- getProvider() - Method in class com.fasterxml.jackson.module.jsonSchema.factories.MapVisitor
- getProvider() - Method in class com.fasterxml.jackson.module.jsonSchema.factories.ObjectVisitor
- getProvider() - Method in class com.fasterxml.jackson.module.jsonSchema.factories.ObjectVisitorDecorator
- getProvider() - Method in class com.fasterxml.jackson.module.jsonSchema.factories.SchemaFactoryWrapper
- getProvider() - Method in class com.fasterxml.jackson.module.jsonSchema.factories.StructuredTypeVisitor
- getProvider() - Method in class com.fasterxml.jackson.module.jsonSchema.jakarta.factories.ArrayVisitor
- getProvider() - Method in class com.fasterxml.jackson.module.jsonSchema.jakarta.factories.MapVisitor
- getProvider() - Method in class com.fasterxml.jackson.module.jsonSchema.jakarta.factories.ObjectVisitor
- getProvider() - Method in class com.fasterxml.jackson.module.jsonSchema.jakarta.factories.ObjectVisitorDecorator
- getProvider() - Method in class com.fasterxml.jackson.module.jsonSchema.jakarta.factories.SchemaFactoryWrapper
- getProvider() - Method in class com.fasterxml.jackson.module.jsonSchema.jakarta.factories.StructuredTypeVisitor
- getReadonly() - Method in class com.fasterxml.jackson.module.jsonSchema.jakarta.JsonSchema
- getReadonly() - Method in class com.fasterxml.jackson.module.jsonSchema.JsonSchema
- getRel() - Method in class com.fasterxml.jackson.module.jsonSchema.jakarta.types.LinkDescriptionObject
- getRel() - Method in class com.fasterxml.jackson.module.jsonSchema.types.LinkDescriptionObject
- getRequired() - Method in class com.fasterxml.jackson.module.jsonSchema.jakarta.JsonSchema
- getRequired() - Method in class com.fasterxml.jackson.module.jsonSchema.JsonSchema
- getRequired(BeanProperty) - Method in class com.fasterxml.jackson.module.jsonSchema.jakarta.validation.AnnotationConstraintResolver
- getRequired(BeanProperty) - Method in class com.fasterxml.jackson.module.jsonSchema.jakarta.validation.ValidationConstraintResolver
- getRequired(BeanProperty) - Method in class com.fasterxml.jackson.module.jsonSchema.validation.AnnotationConstraintResolver
- getRequired(BeanProperty) - Method in class com.fasterxml.jackson.module.jsonSchema.validation.ValidationConstraintResolver
- getSchema() - Method in class com.fasterxml.jackson.module.jsonSchema.factories.AnyVisitor
- getSchema() - Method in class com.fasterxml.jackson.module.jsonSchema.factories.ArrayVisitor
- getSchema() - Method in class com.fasterxml.jackson.module.jsonSchema.factories.BooleanVisitor
- getSchema() - Method in class com.fasterxml.jackson.module.jsonSchema.factories.IntegerVisitor
- getSchema() - Method in interface com.fasterxml.jackson.module.jsonSchema.factories.JsonSchemaProducer
- getSchema() - Method in class com.fasterxml.jackson.module.jsonSchema.factories.MapVisitor
- getSchema() - Method in class com.fasterxml.jackson.module.jsonSchema.factories.NullVisitor
- getSchema() - Method in class com.fasterxml.jackson.module.jsonSchema.factories.NumberVisitor
- getSchema() - Method in class com.fasterxml.jackson.module.jsonSchema.factories.ObjectVisitor
- getSchema() - Method in class com.fasterxml.jackson.module.jsonSchema.factories.ObjectVisitorDecorator
- getSchema() - Method in class com.fasterxml.jackson.module.jsonSchema.factories.StringVisitor
- getSchema() - Method in class com.fasterxml.jackson.module.jsonSchema.jakarta.factories.AnyVisitor
- getSchema() - Method in class com.fasterxml.jackson.module.jsonSchema.jakarta.factories.ArrayVisitor
- getSchema() - Method in class com.fasterxml.jackson.module.jsonSchema.jakarta.factories.BooleanVisitor
- getSchema() - Method in class com.fasterxml.jackson.module.jsonSchema.jakarta.factories.IntegerVisitor
- getSchema() - Method in interface com.fasterxml.jackson.module.jsonSchema.jakarta.factories.JsonSchemaProducer
- getSchema() - Method in class com.fasterxml.jackson.module.jsonSchema.jakarta.factories.MapVisitor
- getSchema() - Method in class com.fasterxml.jackson.module.jsonSchema.jakarta.factories.NullVisitor
- getSchema() - Method in class com.fasterxml.jackson.module.jsonSchema.jakarta.factories.NumberVisitor
- getSchema() - Method in class com.fasterxml.jackson.module.jsonSchema.jakarta.factories.ObjectVisitor
- getSchema() - Method in class com.fasterxml.jackson.module.jsonSchema.jakarta.factories.ObjectVisitorDecorator
- getSchema() - Method in class com.fasterxml.jackson.module.jsonSchema.jakarta.factories.StringVisitor
- getSchema() - Method in class com.fasterxml.jackson.module.jsonSchema.jakarta.types.ArraySchema.SingleItems
- getSchema() - Method in class com.fasterxml.jackson.module.jsonSchema.jakarta.types.LinkDescriptionObject
- getSchema() - Method in class com.fasterxml.jackson.module.jsonSchema.types.ArraySchema.SingleItems
- getSchema() - Method in class com.fasterxml.jackson.module.jsonSchema.types.LinkDescriptionObject
- getSeenSchemaUri(JavaType) - Method in class com.fasterxml.jackson.module.jsonSchema.factories.VisitorContext
- getSeenSchemaUri(JavaType) - Method in class com.fasterxml.jackson.module.jsonSchema.jakarta.factories.VisitorContext
- getSer(BeanProperty) - Method in class com.fasterxml.jackson.module.jsonSchema.factories.ObjectVisitor
- getSer(BeanProperty) - Method in class com.fasterxml.jackson.module.jsonSchema.jakarta.factories.ObjectVisitor
- getSizeAnnotation(BeanProperty) - Method in class com.fasterxml.jackson.module.jsonSchema.jakarta.validation.AnnotationConstraintResolver
- getSizeAnnotation(BeanProperty) - Method in class com.fasterxml.jackson.module.jsonSchema.validation.AnnotationConstraintResolver
- getStringMaxLength(BeanProperty) - Method in class com.fasterxml.jackson.module.jsonSchema.jakarta.validation.AnnotationConstraintResolver
- getStringMaxLength(BeanProperty) - Method in class com.fasterxml.jackson.module.jsonSchema.jakarta.validation.ValidationConstraintResolver
- getStringMaxLength(BeanProperty) - Method in class com.fasterxml.jackson.module.jsonSchema.validation.AnnotationConstraintResolver
- getStringMaxLength(BeanProperty) - Method in class com.fasterxml.jackson.module.jsonSchema.validation.ValidationConstraintResolver
- getStringMinLength(BeanProperty) - Method in class com.fasterxml.jackson.module.jsonSchema.jakarta.validation.AnnotationConstraintResolver
- getStringMinLength(BeanProperty) - Method in class com.fasterxml.jackson.module.jsonSchema.jakarta.validation.ValidationConstraintResolver
- getStringMinLength(BeanProperty) - Method in class com.fasterxml.jackson.module.jsonSchema.validation.AnnotationConstraintResolver
- getStringMinLength(BeanProperty) - Method in class com.fasterxml.jackson.module.jsonSchema.validation.ValidationConstraintResolver
- getStringPattern(BeanProperty) - Method in class com.fasterxml.jackson.module.jsonSchema.jakarta.validation.AnnotationConstraintResolver
- getStringPattern(BeanProperty) - Method in class com.fasterxml.jackson.module.jsonSchema.jakarta.validation.ValidationConstraintResolver
- getStringPattern(BeanProperty) - Method in class com.fasterxml.jackson.module.jsonSchema.validation.AnnotationConstraintResolver
- getStringPattern(BeanProperty) - Method in class com.fasterxml.jackson.module.jsonSchema.validation.ValidationConstraintResolver
- getTargetSchema() - Method in class com.fasterxml.jackson.module.jsonSchema.jakarta.types.LinkDescriptionObject
- getTargetSchema() - Method in class com.fasterxml.jackson.module.jsonSchema.types.LinkDescriptionObject
- getTitle() - Method in class com.fasterxml.jackson.module.jsonSchema.jakarta.types.LinkDescriptionObject
- getTitle() - Method in class com.fasterxml.jackson.module.jsonSchema.jakarta.types.SimpleTypeSchema
- getTitle() - Method in class com.fasterxml.jackson.module.jsonSchema.types.LinkDescriptionObject
- getTitle() - Method in class com.fasterxml.jackson.module.jsonSchema.types.SimpleTypeSchema
- getType() - Method in class com.fasterxml.jackson.module.jsonSchema.jakarta.JsonSchema
- getType() - Method in class com.fasterxml.jackson.module.jsonSchema.jakarta.types.AnySchema
- getType() - Method in class com.fasterxml.jackson.module.jsonSchema.jakarta.types.ArraySchema
- getType() - Method in class com.fasterxml.jackson.module.jsonSchema.jakarta.types.BooleanSchema
- getType() - Method in class com.fasterxml.jackson.module.jsonSchema.jakarta.types.HyperSchema
- getType() - Method in class com.fasterxml.jackson.module.jsonSchema.jakarta.types.IntegerSchema
- getType() - Method in class com.fasterxml.jackson.module.jsonSchema.jakarta.types.NullSchema
- getType() - Method in class com.fasterxml.jackson.module.jsonSchema.jakarta.types.NumberSchema
- getType() - Method in class com.fasterxml.jackson.module.jsonSchema.jakarta.types.ObjectSchema
- getType() - Method in class com.fasterxml.jackson.module.jsonSchema.jakarta.types.ReferenceSchema
- getType() - Method in class com.fasterxml.jackson.module.jsonSchema.jakarta.types.StringSchema
- getType() - Method in class com.fasterxml.jackson.module.jsonSchema.jakarta.types.UnionTypeSchema
- getType() - Method in class com.fasterxml.jackson.module.jsonSchema.JsonSchema
- getType() - Method in class com.fasterxml.jackson.module.jsonSchema.types.AnySchema
- getType() - Method in class com.fasterxml.jackson.module.jsonSchema.types.ArraySchema
- getType() - Method in class com.fasterxml.jackson.module.jsonSchema.types.BooleanSchema
- getType() - Method in class com.fasterxml.jackson.module.jsonSchema.types.HyperSchema
- getType() - Method in class com.fasterxml.jackson.module.jsonSchema.types.IntegerSchema
- getType() - Method in class com.fasterxml.jackson.module.jsonSchema.types.NullSchema
- getType() - Method in class com.fasterxml.jackson.module.jsonSchema.types.NumberSchema
- getType() - Method in class com.fasterxml.jackson.module.jsonSchema.types.ObjectSchema
- getType() - Method in class com.fasterxml.jackson.module.jsonSchema.types.ReferenceSchema
- getType() - Method in class com.fasterxml.jackson.module.jsonSchema.types.StringSchema
- getType() - Method in class com.fasterxml.jackson.module.jsonSchema.types.UnionTypeSchema
- getUniqueItems() - Method in class com.fasterxml.jackson.module.jsonSchema.jakarta.types.ArraySchema
- getUniqueItems() - Method in class com.fasterxml.jackson.module.jsonSchema.types.ArraySchema
- getWrapper(SerializerProvider) - Method in class com.fasterxml.jackson.module.jsonSchema.customProperties.HyperSchemaFactoryWrapper.HyperSchemaFactoryWrapperFactory
- getWrapper(SerializerProvider) - Method in class com.fasterxml.jackson.module.jsonSchema.customProperties.TitleSchemaFactoryWrapper.TitleSchemaFactoryWrapperFactory
- getWrapper(SerializerProvider) - Method in class com.fasterxml.jackson.module.jsonSchema.customProperties.ValidationSchemaFactoryWrapper.ValidationSchemaFactoryWrapperFactory
- getWrapper(SerializerProvider) - Method in class com.fasterxml.jackson.module.jsonSchema.factories.WrapperFactory
- getWrapper(SerializerProvider) - Method in class com.fasterxml.jackson.module.jsonSchema.jakarta.customProperties.HyperSchemaFactoryWrapper.HyperSchemaFactoryWrapperFactory
- getWrapper(SerializerProvider) - Method in class com.fasterxml.jackson.module.jsonSchema.jakarta.customProperties.TitleSchemaFactoryWrapper.TitleSchemaFactoryWrapperFactory
- getWrapper(SerializerProvider) - Method in class com.fasterxml.jackson.module.jsonSchema.jakarta.customProperties.ValidationSchemaFactoryWrapper.ValidationSchemaFactoryWrapperFactory
- getWrapper(SerializerProvider) - Method in class com.fasterxml.jackson.module.jsonSchema.jakarta.factories.WrapperFactory
- getWrapper(SerializerProvider, VisitorContext) - Method in class com.fasterxml.jackson.module.jsonSchema.customProperties.HyperSchemaFactoryWrapper.HyperSchemaFactoryWrapperFactory
- getWrapper(SerializerProvider, VisitorContext) - Method in class com.fasterxml.jackson.module.jsonSchema.customProperties.TitleSchemaFactoryWrapper.TitleSchemaFactoryWrapperFactory
- getWrapper(SerializerProvider, VisitorContext) - Method in class com.fasterxml.jackson.module.jsonSchema.customProperties.ValidationSchemaFactoryWrapper.ValidationSchemaFactoryWrapperFactory
- getWrapper(SerializerProvider, VisitorContext) - Method in class com.fasterxml.jackson.module.jsonSchema.factories.WrapperFactory
- getWrapper(SerializerProvider, VisitorContext) - Method in class com.fasterxml.jackson.module.jsonSchema.jakarta.customProperties.HyperSchemaFactoryWrapper.HyperSchemaFactoryWrapperFactory
- getWrapper(SerializerProvider, VisitorContext) - Method in class com.fasterxml.jackson.module.jsonSchema.jakarta.customProperties.TitleSchemaFactoryWrapper.TitleSchemaFactoryWrapperFactory
- getWrapper(SerializerProvider, VisitorContext) - Method in class com.fasterxml.jackson.module.jsonSchema.jakarta.customProperties.ValidationSchemaFactoryWrapper.ValidationSchemaFactoryWrapperFactory
- getWrapper(SerializerProvider, VisitorContext) - Method in class com.fasterxml.jackson.module.jsonSchema.jakarta.factories.WrapperFactory
- getWrapperFactory() - Method in class com.fasterxml.jackson.module.jsonSchema.factories.ArrayVisitor
- getWrapperFactory() - Method in class com.fasterxml.jackson.module.jsonSchema.factories.ObjectVisitor
- getWrapperFactory() - Method in class com.fasterxml.jackson.module.jsonSchema.jakarta.factories.ArrayVisitor
- getWrapperFactory() - Method in class com.fasterxml.jackson.module.jsonSchema.jakarta.factories.ObjectVisitor
H
- href - Variable in class com.fasterxml.jackson.module.jsonSchema.jakarta.types.HyperSchema.LinkDescriptionObject
-
The value of the "href" link description property indicates the target URI of the related resource.
- href - Variable in class com.fasterxml.jackson.module.jsonSchema.jakarta.types.LinkDescriptionObject
-
The value of the "href" link description property indicates the target URI of the related resource.
- href - Variable in class com.fasterxml.jackson.module.jsonSchema.types.HyperSchema.LinkDescriptionObject
-
The value of the "href" link description property indicates the target URI of the related resource.
- href - Variable in class com.fasterxml.jackson.module.jsonSchema.types.LinkDescriptionObject
-
The value of the "href" link description property indicates the target URI of the related resource.
- href() - Element in annotation type com.fasterxml.jackson.module.jsonSchema.annotation.Link
-
The value of the "href" link description property indicates the target URI of the related resource.
- href() - Element in annotation type com.fasterxml.jackson.module.jsonSchema.jakarta.annotation.Link
-
The value of the "href" link description property indicates the target URI of the related resource.
- HyperSchema - Class in com.fasterxml.jackson.module.jsonSchema.jakarta.types
-
This class represents the HyperSchema portion of a
JsonSchema
It is a skeleton intended as a starting point for customization. - HyperSchema - Class in com.fasterxml.jackson.module.jsonSchema.types
-
This class represents the HyperSchema portion of a
JsonSchema
It is a skeleton intended as a starting point for customization. - HyperSchema() - Constructor for class com.fasterxml.jackson.module.jsonSchema.jakarta.types.HyperSchema
- HyperSchema() - Constructor for class com.fasterxml.jackson.module.jsonSchema.types.HyperSchema
- HyperSchema.LinkDescriptionObject - Class in com.fasterxml.jackson.module.jsonSchema.jakarta.types
-
A link description object is used to describe link relations.
- HyperSchema.LinkDescriptionObject - Class in com.fasterxml.jackson.module.jsonSchema.types
-
A link description object is used to describe link relations.
- HyperSchemaFactoryWrapper - Class in com.fasterxml.jackson.module.jsonSchema.customProperties
-
Adds a hyperlink to object schema, either root level or nested.
- HyperSchemaFactoryWrapper - Class in com.fasterxml.jackson.module.jsonSchema.jakarta.customProperties
-
Adds a hyperlink to object schema, either root level or nested.
- HyperSchemaFactoryWrapper() - Constructor for class com.fasterxml.jackson.module.jsonSchema.customProperties.HyperSchemaFactoryWrapper
- HyperSchemaFactoryWrapper() - Constructor for class com.fasterxml.jackson.module.jsonSchema.jakarta.customProperties.HyperSchemaFactoryWrapper
- HyperSchemaFactoryWrapper(SerializerProvider) - Constructor for class com.fasterxml.jackson.module.jsonSchema.customProperties.HyperSchemaFactoryWrapper
- HyperSchemaFactoryWrapper(SerializerProvider) - Constructor for class com.fasterxml.jackson.module.jsonSchema.jakarta.customProperties.HyperSchemaFactoryWrapper
- HyperSchemaFactoryWrapper.HyperSchemaFactoryWrapperFactory - Class in com.fasterxml.jackson.module.jsonSchema.customProperties
- HyperSchemaFactoryWrapper.HyperSchemaFactoryWrapperFactory - Class in com.fasterxml.jackson.module.jsonSchema.jakarta.customProperties
- HyperSchemaFactoryWrapperFactory() - Constructor for class com.fasterxml.jackson.module.jsonSchema.customProperties.HyperSchemaFactoryWrapper.HyperSchemaFactoryWrapperFactory
- HyperSchemaFactoryWrapperFactory() - Constructor for class com.fasterxml.jackson.module.jsonSchema.jakarta.customProperties.HyperSchemaFactoryWrapper.HyperSchemaFactoryWrapperFactory
I
- id - Variable in class com.fasterxml.jackson.module.jsonSchema.jakarta.JsonSchema
-
This attribute defines the current URI of this schema (this attribute is effectively a "self" link).
- id - Variable in class com.fasterxml.jackson.module.jsonSchema.JsonSchema
-
This attribute defines the current URI of this schema (this attribute is effectively a "self" link).
- idFromBaseType() - Method in class com.fasterxml.jackson.module.jsonSchema.jakarta.JsonSchemaIdResolver
- idFromBaseType() - Method in class com.fasterxml.jackson.module.jsonSchema.JsonSchemaIdResolver
- idFromValue(Object) - Method in class com.fasterxml.jackson.module.jsonSchema.jakarta.JsonSchemaIdResolver
- idFromValue(Object) - Method in class com.fasterxml.jackson.module.jsonSchema.JsonSchemaIdResolver
- idFromValueAndType(Object, Class<?>) - Method in class com.fasterxml.jackson.module.jsonSchema.jakarta.JsonSchemaIdResolver
- idFromValueAndType(Object, Class<?>) - Method in class com.fasterxml.jackson.module.jsonSchema.JsonSchemaIdResolver
- ignoreDefaults - Variable in class com.fasterxml.jackson.module.jsonSchema.customProperties.HyperSchemaFactoryWrapper
- ignoreDefaults - Variable in class com.fasterxml.jackson.module.jsonSchema.jakarta.customProperties.HyperSchemaFactoryWrapper
- init(JavaType) - Method in class com.fasterxml.jackson.module.jsonSchema.jakarta.JsonSchemaIdResolver
- init(JavaType) - Method in class com.fasterxml.jackson.module.jsonSchema.JsonSchemaIdResolver
- instance - Static variable in class com.fasterxml.jackson.module.jsonSchema.jakarta.types.ObjectSchema.NoAdditionalProperties
- instance - Static variable in class com.fasterxml.jackson.module.jsonSchema.types.ObjectSchema.NoAdditionalProperties
- integerFormatVisitor(IntegerSchema) - Method in class com.fasterxml.jackson.module.jsonSchema.jakarta.factories.FormatVisitorFactory
- integerFormatVisitor(IntegerSchema) - Method in class com.fasterxml.jackson.module.jsonSchema.factories.FormatVisitorFactory
- integerSchema() - Method in class com.fasterxml.jackson.module.jsonSchema.factories.JsonSchemaFactory
- integerSchema() - Method in class com.fasterxml.jackson.module.jsonSchema.jakarta.factories.JsonSchemaFactory
- IntegerSchema - Class in com.fasterxml.jackson.module.jsonSchema.jakarta.types
-
This class represents a
JsonSchema
as an integer type - IntegerSchema - Class in com.fasterxml.jackson.module.jsonSchema.types
-
This class represents a
JsonSchema
as an integer type - IntegerSchema() - Constructor for class com.fasterxml.jackson.module.jsonSchema.jakarta.types.IntegerSchema
- IntegerSchema() - Constructor for class com.fasterxml.jackson.module.jsonSchema.types.IntegerSchema
- IntegerVisitor - Class in com.fasterxml.jackson.module.jsonSchema.factories
- IntegerVisitor - Class in com.fasterxml.jackson.module.jsonSchema.jakarta.factories
- IntegerVisitor(IntegerSchema) - Constructor for class com.fasterxml.jackson.module.jsonSchema.jakarta.factories.IntegerVisitor
- IntegerVisitor(IntegerSchema) - Constructor for class com.fasterxml.jackson.module.jsonSchema.factories.IntegerVisitor
- isAnySchema() - Method in class com.fasterxml.jackson.module.jsonSchema.jakarta.JsonSchema
-
determine if this JsonSchema is an
AnySchema
. - isAnySchema() - Method in class com.fasterxml.jackson.module.jsonSchema.jakarta.types.AnySchema
- isAnySchema() - Method in class com.fasterxml.jackson.module.jsonSchema.JsonSchema
-
determine if this JsonSchema is an
AnySchema
. - isAnySchema() - Method in class com.fasterxml.jackson.module.jsonSchema.types.AnySchema
- isArrayItems() - Method in class com.fasterxml.jackson.module.jsonSchema.jakarta.types.ArraySchema.ArrayItems
- isArrayItems() - Method in class com.fasterxml.jackson.module.jsonSchema.jakarta.types.ArraySchema.Items
- isArrayItems() - Method in class com.fasterxml.jackson.module.jsonSchema.types.ArraySchema.ArrayItems
- isArrayItems() - Method in class com.fasterxml.jackson.module.jsonSchema.types.ArraySchema.Items
- isArraySchema() - Method in class com.fasterxml.jackson.module.jsonSchema.jakarta.JsonSchema
-
determine if this JsonSchema is an
ArraySchema
. - isArraySchema() - Method in class com.fasterxml.jackson.module.jsonSchema.jakarta.types.ArraySchema
- isArraySchema() - Method in class com.fasterxml.jackson.module.jsonSchema.JsonSchema
-
determine if this JsonSchema is an
ArraySchema
. - isArraySchema() - Method in class com.fasterxml.jackson.module.jsonSchema.types.ArraySchema
- isBooleanSchema() - Method in class com.fasterxml.jackson.module.jsonSchema.jakarta.JsonSchema
-
determine if this JsonSchema is an
BooleanSchema
. - isBooleanSchema() - Method in class com.fasterxml.jackson.module.jsonSchema.jakarta.types.BooleanSchema
- isBooleanSchema() - Method in class com.fasterxml.jackson.module.jsonSchema.JsonSchema
-
determine if this JsonSchema is an
BooleanSchema
. - isBooleanSchema() - Method in class com.fasterxml.jackson.module.jsonSchema.types.BooleanSchema
- isContainerTypeSchema() - Method in class com.fasterxml.jackson.module.jsonSchema.jakarta.JsonSchema
-
determine if this JsonSchema is an
ContainerTypeSchema
. - isContainerTypeSchema() - Method in class com.fasterxml.jackson.module.jsonSchema.jakarta.types.ContainerTypeSchema
- isContainerTypeSchema() - Method in class com.fasterxml.jackson.module.jsonSchema.JsonSchema
-
determine if this JsonSchema is an
ContainerTypeSchema
. - isContainerTypeSchema() - Method in class com.fasterxml.jackson.module.jsonSchema.types.ContainerTypeSchema
- isIntegerSchema() - Method in class com.fasterxml.jackson.module.jsonSchema.jakarta.JsonSchema
-
determine if this JsonSchema is an
IntegerSchema
. - isIntegerSchema() - Method in class com.fasterxml.jackson.module.jsonSchema.jakarta.types.IntegerSchema
- isIntegerSchema() - Method in class com.fasterxml.jackson.module.jsonSchema.JsonSchema
-
determine if this JsonSchema is an
IntegerSchema
. - isIntegerSchema() - Method in class com.fasterxml.jackson.module.jsonSchema.types.IntegerSchema
- isNullSchema() - Method in class com.fasterxml.jackson.module.jsonSchema.jakarta.JsonSchema
-
determine if this JsonSchema is an
NullSchema
. - isNullSchema() - Method in class com.fasterxml.jackson.module.jsonSchema.jakarta.types.NullSchema
- isNullSchema() - Method in class com.fasterxml.jackson.module.jsonSchema.JsonSchema
-
determine if this JsonSchema is an
NullSchema
. - isNullSchema() - Method in class com.fasterxml.jackson.module.jsonSchema.types.NullSchema
- isNumberSchema() - Method in class com.fasterxml.jackson.module.jsonSchema.jakarta.JsonSchema
-
determine if this JsonSchema is an
NumberSchema
. - isNumberSchema() - Method in class com.fasterxml.jackson.module.jsonSchema.jakarta.types.NumberSchema
- isNumberSchema() - Method in class com.fasterxml.jackson.module.jsonSchema.JsonSchema
-
determine if this JsonSchema is an
NumberSchema
. - isNumberSchema() - Method in class com.fasterxml.jackson.module.jsonSchema.types.NumberSchema
- isObjectSchema() - Method in class com.fasterxml.jackson.module.jsonSchema.jakarta.JsonSchema
-
determine if this JsonSchema is an
ObjectSchema
. - isObjectSchema() - Method in class com.fasterxml.jackson.module.jsonSchema.jakarta.types.ObjectSchema
- isObjectSchema() - Method in class com.fasterxml.jackson.module.jsonSchema.JsonSchema
-
determine if this JsonSchema is an
ObjectSchema
. - isObjectSchema() - Method in class com.fasterxml.jackson.module.jsonSchema.types.ObjectSchema
- isSimpleTypeSchema() - Method in class com.fasterxml.jackson.module.jsonSchema.jakarta.JsonSchema
-
determine if this JsonSchema is an
SimpleTypeSchema
. - isSimpleTypeSchema() - Method in class com.fasterxml.jackson.module.jsonSchema.jakarta.types.SimpleTypeSchema
- isSimpleTypeSchema() - Method in class com.fasterxml.jackson.module.jsonSchema.JsonSchema
-
determine if this JsonSchema is an
SimpleTypeSchema
. - isSimpleTypeSchema() - Method in class com.fasterxml.jackson.module.jsonSchema.types.SimpleTypeSchema
- isSingleItems() - Method in class com.fasterxml.jackson.module.jsonSchema.jakarta.types.ArraySchema.Items
- isSingleItems() - Method in class com.fasterxml.jackson.module.jsonSchema.jakarta.types.ArraySchema.SingleItems
- isSingleItems() - Method in class com.fasterxml.jackson.module.jsonSchema.types.ArraySchema.Items
- isSingleItems() - Method in class com.fasterxml.jackson.module.jsonSchema.types.ArraySchema.SingleItems
- isStringSchema() - Method in class com.fasterxml.jackson.module.jsonSchema.jakarta.JsonSchema
-
determine if this JsonSchema is an
StringSchema
. - isStringSchema() - Method in class com.fasterxml.jackson.module.jsonSchema.jakarta.types.StringSchema
- isStringSchema() - Method in class com.fasterxml.jackson.module.jsonSchema.JsonSchema
-
determine if this JsonSchema is an
StringSchema
. - isStringSchema() - Method in class com.fasterxml.jackson.module.jsonSchema.types.StringSchema
- isUnionTypeSchema() - Method in class com.fasterxml.jackson.module.jsonSchema.jakarta.JsonSchema
-
determine if this JsonSchema is an
UnionTypeSchema
. - isUnionTypeSchema() - Method in class com.fasterxml.jackson.module.jsonSchema.jakarta.types.UnionTypeSchema
- isUnionTypeSchema() - Method in class com.fasterxml.jackson.module.jsonSchema.JsonSchema
-
determine if this JsonSchema is an
UnionTypeSchema
. - isUnionTypeSchema() - Method in class com.fasterxml.jackson.module.jsonSchema.types.UnionTypeSchema
- isValueTypeSchema() - Method in class com.fasterxml.jackson.module.jsonSchema.jakarta.JsonSchema
-
determine if this JsonSchema is an
ValueTypeSchema
. - isValueTypeSchema() - Method in class com.fasterxml.jackson.module.jsonSchema.jakarta.types.ValueTypeSchema
- isValueTypeSchema() - Method in class com.fasterxml.jackson.module.jsonSchema.JsonSchema
-
determine if this JsonSchema is an
ValueTypeSchema
. - isValueTypeSchema() - Method in class com.fasterxml.jackson.module.jsonSchema.types.ValueTypeSchema
- items - Variable in class com.fasterxml.jackson.module.jsonSchema.jakarta.types.ArraySchema
- items - Variable in class com.fasterxml.jackson.module.jsonSchema.types.ArraySchema
- Items() - Constructor for class com.fasterxml.jackson.module.jsonSchema.jakarta.types.ArraySchema.Items
- Items() - Constructor for class com.fasterxml.jackson.module.jsonSchema.types.ArraySchema.Items
- ItemsDeserializer() - Constructor for class com.fasterxml.jackson.module.jsonSchema.jakarta.types.ArraySchema.ItemsDeserializer
- ItemsDeserializer() - Constructor for class com.fasterxml.jackson.module.jsonSchema.types.ArraySchema.ItemsDeserializer
- itemsFormat(JsonFormatTypes) - Method in class com.fasterxml.jackson.module.jsonSchema.factories.ArrayVisitor
- itemsFormat(JsonFormatTypes) - Method in class com.fasterxml.jackson.module.jsonSchema.jakarta.factories.ArrayVisitor
- itemsFormat(JsonFormatVisitable, JavaType) - Method in class com.fasterxml.jackson.module.jsonSchema.factories.ArrayVisitor
- itemsFormat(JsonFormatVisitable, JavaType) - Method in class com.fasterxml.jackson.module.jsonSchema.jakarta.factories.ArrayVisitor
J
- javaTypeToUrn(JavaType) - Method in class com.fasterxml.jackson.module.jsonSchema.factories.VisitorContext
- javaTypeToUrn(JavaType) - Method in class com.fasterxml.jackson.module.jsonSchema.jakarta.factories.VisitorContext
- jsonCreator() - Method in class com.fasterxml.jackson.module.jsonSchema.jakarta.types.ObjectSchema.Dependency
- jsonCreator() - Method in class com.fasterxml.jackson.module.jsonSchema.types.ObjectSchema.Dependency
- JsonHyperSchema - Annotation Type in com.fasterxml.jackson.module.jsonSchema.annotation
-
Created by mavarazy on 4/21/14.
- JsonHyperSchema - Annotation Type in com.fasterxml.jackson.module.jsonSchema.jakarta.annotation
-
Created by mavarazy on 4/21/14.
- jsonSchema - Variable in class com.fasterxml.jackson.module.jsonSchema.jakarta.types.ArraySchema.SchemaAdditionalItems
- jsonSchema - Variable in class com.fasterxml.jackson.module.jsonSchema.jakarta.types.ArraySchema.SingleItems
- jsonSchema - Variable in class com.fasterxml.jackson.module.jsonSchema.jakarta.types.HyperSchema.LinkDescriptionObject
-
This attribute contains a jsonSchema which defines the acceptable structure of the submitted request (for a GET request, this jsonSchema would define the properties for the query string and for a POST request, this would define the body).
- jsonSchema - Variable in class com.fasterxml.jackson.module.jsonSchema.jakarta.types.LinkDescriptionObject
-
This attribute contains a jsonSchema which defines the acceptable structure of the submitted request (for a GET request, this jsonSchema would define the properties for the query string and for a POST request, this would define the body).
- jsonSchema - Variable in class com.fasterxml.jackson.module.jsonSchema.jakarta.types.ObjectSchema.SchemaAdditionalProperties
- jsonSchema - Variable in class com.fasterxml.jackson.module.jsonSchema.types.ArraySchema.SchemaAdditionalItems
- jsonSchema - Variable in class com.fasterxml.jackson.module.jsonSchema.types.ArraySchema.SingleItems
- jsonSchema - Variable in class com.fasterxml.jackson.module.jsonSchema.types.HyperSchema.LinkDescriptionObject
-
This attribute contains a jsonSchema which defines the acceptable structure of the submitted request (for a GET request, this jsonSchema would define the properties for the query string and for a POST request, this would define the body).
- jsonSchema - Variable in class com.fasterxml.jackson.module.jsonSchema.types.LinkDescriptionObject
-
This attribute contains a jsonSchema which defines the acceptable structure of the submitted request (for a GET request, this jsonSchema would define the properties for the query string and for a POST request, this would define the body).
- jsonSchema - Variable in class com.fasterxml.jackson.module.jsonSchema.types.ObjectSchema.SchemaAdditionalProperties
- JsonSchema - Class in com.fasterxml.jackson.module.jsonSchema.jakarta
-
The type wraps the json schema specification at : Json JsonSchema Draft JSON (JavaScript Object Notation) JsonSchema defines the media type "application/schema+json", a JSON based format for defining the structure of JSON data.
- JsonSchema - Class in com.fasterxml.jackson.module.jsonSchema
-
The type wraps the json schema specification at : Json JsonSchema Draft JSON (JavaScript Object Notation) JsonSchema defines the media type "application/schema+json", a JSON based format for defining the structure of JSON data.
- JsonSchema() - Constructor for class com.fasterxml.jackson.module.jsonSchema.jakarta.JsonSchema
- JsonSchema() - Constructor for class com.fasterxml.jackson.module.jsonSchema.JsonSchema
- JsonSchemaFactory - Class in com.fasterxml.jackson.module.jsonSchema.factories
- JsonSchemaFactory - Class in com.fasterxml.jackson.module.jsonSchema.jakarta.factories
- JsonSchemaFactory() - Constructor for class com.fasterxml.jackson.module.jsonSchema.factories.JsonSchemaFactory
- JsonSchemaFactory() - Constructor for class com.fasterxml.jackson.module.jsonSchema.jakarta.factories.JsonSchemaFactory
- JsonSchemaGenerator - Class in com.fasterxml.jackson.module.jsonSchema.jakarta
-
Convenience class that wraps JSON Schema generation functionality.
- JsonSchemaGenerator - Class in com.fasterxml.jackson.module.jsonSchema
-
Convenience class that wraps JSON Schema generation functionality.
- JsonSchemaGenerator(ObjectMapper) - Constructor for class com.fasterxml.jackson.module.jsonSchema.jakarta.JsonSchemaGenerator
- JsonSchemaGenerator(ObjectMapper) - Constructor for class com.fasterxml.jackson.module.jsonSchema.JsonSchemaGenerator
- JsonSchemaGenerator(ObjectMapper, SchemaFactoryWrapper) - Constructor for class com.fasterxml.jackson.module.jsonSchema.JsonSchemaGenerator
-
NOTE: resulting generator is NOT thread-safe, since typically
SchemaFactoryWrapper
being passed is not thread-safe. - JsonSchemaGenerator(ObjectMapper, WrapperFactory) - Constructor for class com.fasterxml.jackson.module.jsonSchema.JsonSchemaGenerator
- JsonSchemaGenerator(ObjectMapper, SchemaFactoryWrapper) - Constructor for class com.fasterxml.jackson.module.jsonSchema.jakarta.JsonSchemaGenerator
-
NOTE: resulting generator is NOT thread-safe, since typically
SchemaFactoryWrapper
being passed is not thread-safe. - JsonSchemaGenerator(ObjectMapper, WrapperFactory) - Constructor for class com.fasterxml.jackson.module.jsonSchema.jakarta.JsonSchemaGenerator
- JsonSchemaGenerator(ObjectWriter) - Constructor for class com.fasterxml.jackson.module.jsonSchema.jakarta.JsonSchemaGenerator
- JsonSchemaGenerator(ObjectWriter) - Constructor for class com.fasterxml.jackson.module.jsonSchema.JsonSchemaGenerator
- JsonSchemaGenerator(ObjectWriter, SchemaFactoryWrapper) - Constructor for class com.fasterxml.jackson.module.jsonSchema.JsonSchemaGenerator
- JsonSchemaGenerator(ObjectWriter, WrapperFactory) - Constructor for class com.fasterxml.jackson.module.jsonSchema.JsonSchemaGenerator
- JsonSchemaGenerator(ObjectWriter, SchemaFactoryWrapper) - Constructor for class com.fasterxml.jackson.module.jsonSchema.jakarta.JsonSchemaGenerator
- JsonSchemaGenerator(ObjectWriter, WrapperFactory) - Constructor for class com.fasterxml.jackson.module.jsonSchema.jakarta.JsonSchemaGenerator
- JsonSchemaIdResolver - Class in com.fasterxml.jackson.module.jsonSchema.jakarta
-
Type id resolver needed to support polymorphic (de)serialization of all kinds of
JsonSchema
instances. - JsonSchemaIdResolver - Class in com.fasterxml.jackson.module.jsonSchema
-
Type id resolver needed to support polymorphic (de)serialization of all kinds of
JsonSchema
instances. - JsonSchemaIdResolver() - Constructor for class com.fasterxml.jackson.module.jsonSchema.jakarta.JsonSchemaIdResolver
- JsonSchemaIdResolver() - Constructor for class com.fasterxml.jackson.module.jsonSchema.JsonSchemaIdResolver
- JsonSchemaProducer - Interface in com.fasterxml.jackson.module.jsonSchema.factories
-
Interface for objects that produce
JsonSchema
instances; implemented by visitors. - JsonSchemaProducer - Interface in com.fasterxml.jackson.module.jsonSchema.jakarta.factories
-
Interface for objects that produce
JsonSchema
instances; implemented by visitors. - jsonSchemas - Variable in class com.fasterxml.jackson.module.jsonSchema.jakarta.types.ArraySchema.ArrayItems
- jsonSchemas - Variable in class com.fasterxml.jackson.module.jsonSchema.types.ArraySchema.ArrayItems
K
- keyFormat(JsonFormatVisitable, JavaType) - Method in class com.fasterxml.jackson.module.jsonSchema.factories.MapVisitor
- keyFormat(JsonFormatVisitable, JavaType) - Method in class com.fasterxml.jackson.module.jsonSchema.jakarta.factories.MapVisitor
L
- Link - Annotation Type in com.fasterxml.jackson.module.jsonSchema.annotation
-
A link description object is used to describe link relations.
- Link - Annotation Type in com.fasterxml.jackson.module.jsonSchema.jakarta.annotation
-
A link description object is used to describe link relations.
- LinkDescriptionObject - Class in com.fasterxml.jackson.module.jsonSchema.jakarta.types
-
A link description object is used to describe link relations.
- LinkDescriptionObject - Class in com.fasterxml.jackson.module.jsonSchema.types
-
A link description object is used to describe link relations.
- LinkDescriptionObject() - Constructor for class com.fasterxml.jackson.module.jsonSchema.jakarta.types.LinkDescriptionObject
- LinkDescriptionObject() - Constructor for class com.fasterxml.jackson.module.jsonSchema.types.LinkDescriptionObject
- LinkDescriptionObject(Annotation) - Constructor for class com.fasterxml.jackson.module.jsonSchema.jakarta.types.HyperSchema.LinkDescriptionObject
- LinkDescriptionObject(Annotation) - Constructor for class com.fasterxml.jackson.module.jsonSchema.types.HyperSchema.LinkDescriptionObject
- links - Variable in class com.fasterxml.jackson.module.jsonSchema.jakarta.types.HyperSchema
-
6.2.1.
- links - Variable in class com.fasterxml.jackson.module.jsonSchema.jakarta.types.SimpleTypeSchema
-
This attribute is a string that provides a links related to description of the instance property.
- links - Variable in class com.fasterxml.jackson.module.jsonSchema.types.HyperSchema
-
6.2.1.
- links - Variable in class com.fasterxml.jackson.module.jsonSchema.types.SimpleTypeSchema
-
This attribute is a string that provides a links related to description of the instance property.
- links() - Element in annotation type com.fasterxml.jackson.module.jsonSchema.annotation.JsonHyperSchema
-
6.2.1.
- links() - Element in annotation type com.fasterxml.jackson.module.jsonSchema.jakarta.annotation.JsonHyperSchema
-
6.2.1.
M
- mapFormatVisitor(SerializerProvider, ObjectSchema) - Method in class com.fasterxml.jackson.module.jsonSchema.jakarta.factories.FormatVisitorFactory
- mapFormatVisitor(SerializerProvider, ObjectSchema, VisitorContext) - Method in class com.fasterxml.jackson.module.jsonSchema.jakarta.factories.FormatVisitorFactory
- mapFormatVisitor(SerializerProvider, ObjectSchema) - Method in class com.fasterxml.jackson.module.jsonSchema.factories.FormatVisitorFactory
- mapFormatVisitor(SerializerProvider, ObjectSchema, VisitorContext) - Method in class com.fasterxml.jackson.module.jsonSchema.factories.FormatVisitorFactory
- MapVisitor - Class in com.fasterxml.jackson.module.jsonSchema.factories
-
While JSON Schema does not have notion of "Map" type (unlimited property names), Jackson has, so the distinction is exposed.
- MapVisitor - Class in com.fasterxml.jackson.module.jsonSchema.jakarta.factories
-
While JSON Schema does not have notion of "Map" type (unlimited property names), Jackson has, so the distinction is exposed.
- MapVisitor(SerializerProvider, ObjectSchema) - Constructor for class com.fasterxml.jackson.module.jsonSchema.jakarta.factories.MapVisitor
- MapVisitor(SerializerProvider, ObjectSchema, WrapperFactory) - Constructor for class com.fasterxml.jackson.module.jsonSchema.jakarta.factories.MapVisitor
- MapVisitor(SerializerProvider, ObjectSchema) - Constructor for class com.fasterxml.jackson.module.jsonSchema.factories.MapVisitor
- MapVisitor(SerializerProvider, ObjectSchema, WrapperFactory) - Constructor for class com.fasterxml.jackson.module.jsonSchema.factories.MapVisitor
- maximum - Variable in class com.fasterxml.jackson.module.jsonSchema.jakarta.types.NumberSchema
-
This attribute defines the maximum value of the instance property
- maximum - Variable in class com.fasterxml.jackson.module.jsonSchema.types.NumberSchema
-
This attribute defines the maximum value of the instance property
- maxItems - Variable in class com.fasterxml.jackson.module.jsonSchema.jakarta.types.ArraySchema
-
This attribute defines the maximum number of values in an array
- maxItems - Variable in class com.fasterxml.jackson.module.jsonSchema.types.ArraySchema
-
This attribute defines the maximum number of values in an array
- maxLength - Variable in class com.fasterxml.jackson.module.jsonSchema.jakarta.types.StringSchema
-
this defines the maximum length of the string.
- maxLength - Variable in class com.fasterxml.jackson.module.jsonSchema.types.StringSchema
-
this defines the maximum length of the string.
- mediaType - Variable in class com.fasterxml.jackson.module.jsonSchema.jakarta.types.HyperSchema
-
This attribute defines the media type of the instance representations that this jsonSchema is defining.
- mediaType - Variable in class com.fasterxml.jackson.module.jsonSchema.jakarta.types.LinkDescriptionObject
-
The value of this property is advisory only, and represents the media type RFC 2046 [RFC2046], that is expected to be returned when fetching this resource.
- mediaType - Variable in class com.fasterxml.jackson.module.jsonSchema.types.HyperSchema
-
This attribute defines the media type of the instance representations that this jsonSchema is defining.
- mediaType - Variable in class com.fasterxml.jackson.module.jsonSchema.types.LinkDescriptionObject
-
The value of this property is advisory only, and represents the media type RFC 2046 [RFC2046], that is expected to be returned when fetching this resource.
- mediaType() - Element in annotation type com.fasterxml.jackson.module.jsonSchema.annotation.Link
-
The value of this property is advisory only, and represents the media type RFC 2046 [RFC2046], that is expected to be returned when fetching this resource.
- mediaType() - Element in annotation type com.fasterxml.jackson.module.jsonSchema.jakarta.annotation.Link
-
The value of this property is advisory only, and represents the media type RFC 2046 [RFC2046], that is expected to be returned when fetching this resource.
- method - Variable in class com.fasterxml.jackson.module.jsonSchema.jakarta.types.HyperSchema.LinkDescriptionObject
-
This attribute defines which method can be used to access the target resource.
- method - Variable in class com.fasterxml.jackson.module.jsonSchema.jakarta.types.LinkDescriptionObject
-
This attribute defines which method can be used to access the target resource.
- method - Variable in class com.fasterxml.jackson.module.jsonSchema.types.HyperSchema.LinkDescriptionObject
-
This attribute defines which method can be used to access the target resource.
- method - Variable in class com.fasterxml.jackson.module.jsonSchema.types.LinkDescriptionObject
-
This attribute defines which method can be used to access the target resource.
- method() - Element in annotation type com.fasterxml.jackson.module.jsonSchema.annotation.Link
-
This attribute defines which method can be used to access the target resource.
- method() - Element in annotation type com.fasterxml.jackson.module.jsonSchema.jakarta.annotation.Link
-
This attribute defines which method can be used to access the target resource.
- minimalForFormat(JsonFormatTypes) - Static method in class com.fasterxml.jackson.module.jsonSchema.jakarta.JsonSchema
-
Create a schema which verifies only that an object is of the given format.
- minimalForFormat(JsonFormatTypes) - Static method in class com.fasterxml.jackson.module.jsonSchema.JsonSchema
-
Create a schema which verifies only that an object is of the given format.
- minimum - Variable in class com.fasterxml.jackson.module.jsonSchema.jakarta.types.NumberSchema
-
This attribute defines the minimum value of the instance property
- minimum - Variable in class com.fasterxml.jackson.module.jsonSchema.types.NumberSchema
-
This attribute defines the minimum value of the instance property
- minItems - Variable in class com.fasterxml.jackson.module.jsonSchema.jakarta.types.ArraySchema
-
This attribute defines the minimum number of values in an array
- minItems - Variable in class com.fasterxml.jackson.module.jsonSchema.types.ArraySchema
-
This attribute defines the minimum number of values in an array
- minLength - Variable in class com.fasterxml.jackson.module.jsonSchema.jakarta.types.StringSchema
-
this defines the minimum length of the string.
- minLength - Variable in class com.fasterxml.jackson.module.jsonSchema.types.StringSchema
-
this defines the minimum length of the string.
- multipleOf - Variable in class com.fasterxml.jackson.module.jsonSchema.jakarta.types.NumberSchema
-
The value of the instance needs to be a multiple of this attribute
- multipleOf - Variable in class com.fasterxml.jackson.module.jsonSchema.types.NumberSchema
-
The value of the instance needs to be a multiple of this attribute
N
- NoAdditionalItems() - Constructor for class com.fasterxml.jackson.module.jsonSchema.jakarta.types.ArraySchema.NoAdditionalItems
- NoAdditionalItems() - Constructor for class com.fasterxml.jackson.module.jsonSchema.types.ArraySchema.NoAdditionalItems
- NoAdditionalProperties() - Constructor for class com.fasterxml.jackson.module.jsonSchema.jakarta.types.ObjectSchema.NoAdditionalProperties
- NoAdditionalProperties() - Constructor for class com.fasterxml.jackson.module.jsonSchema.types.ObjectSchema.NoAdditionalProperties
- nullFormatVisitor(NullSchema) - Method in class com.fasterxml.jackson.module.jsonSchema.jakarta.factories.FormatVisitorFactory
- nullFormatVisitor(NullSchema) - Method in class com.fasterxml.jackson.module.jsonSchema.factories.FormatVisitorFactory
- nullSchema() - Method in class com.fasterxml.jackson.module.jsonSchema.factories.JsonSchemaFactory
- nullSchema() - Method in class com.fasterxml.jackson.module.jsonSchema.jakarta.factories.JsonSchemaFactory
- NullSchema - Class in com.fasterxml.jackson.module.jsonSchema.jakarta.types
-
This class represents a
JsonSchema
as a null type - NullSchema - Class in com.fasterxml.jackson.module.jsonSchema.types
-
This class represents a
JsonSchema
as a null type - NullSchema() - Constructor for class com.fasterxml.jackson.module.jsonSchema.jakarta.types.NullSchema
- NullSchema() - Constructor for class com.fasterxml.jackson.module.jsonSchema.types.NullSchema
- NullVisitor - Class in com.fasterxml.jackson.module.jsonSchema.factories
- NullVisitor - Class in com.fasterxml.jackson.module.jsonSchema.jakarta.factories
- NullVisitor(NullSchema) - Constructor for class com.fasterxml.jackson.module.jsonSchema.jakarta.factories.NullVisitor
- NullVisitor(NullSchema) - Constructor for class com.fasterxml.jackson.module.jsonSchema.factories.NullVisitor
- numberFormatVisitor(NumberSchema) - Method in class com.fasterxml.jackson.module.jsonSchema.jakarta.factories.FormatVisitorFactory
- numberFormatVisitor(NumberSchema) - Method in class com.fasterxml.jackson.module.jsonSchema.factories.FormatVisitorFactory
- numberSchema() - Method in class com.fasterxml.jackson.module.jsonSchema.factories.JsonSchemaFactory
- numberSchema() - Method in class com.fasterxml.jackson.module.jsonSchema.jakarta.factories.JsonSchemaFactory
- NumberSchema - Class in com.fasterxml.jackson.module.jsonSchema.jakarta.types
-
This class represents a
JsonSchema
as a number type - NumberSchema - Class in com.fasterxml.jackson.module.jsonSchema.types
-
This class represents a
JsonSchema
as a number type - NumberSchema() - Constructor for class com.fasterxml.jackson.module.jsonSchema.jakarta.types.NumberSchema
- NumberSchema() - Constructor for class com.fasterxml.jackson.module.jsonSchema.types.NumberSchema
- NumberVisitor - Class in com.fasterxml.jackson.module.jsonSchema.factories
- NumberVisitor - Class in com.fasterxml.jackson.module.jsonSchema.jakarta.factories
- NumberVisitor(NumberSchema) - Constructor for class com.fasterxml.jackson.module.jsonSchema.jakarta.factories.NumberVisitor
- NumberVisitor(NumberSchema) - Constructor for class com.fasterxml.jackson.module.jsonSchema.factories.NumberVisitor
O
- objectFormatVisitor(SerializerProvider, ObjectSchema) - Method in class com.fasterxml.jackson.module.jsonSchema.jakarta.factories.FormatVisitorFactory
- objectFormatVisitor(SerializerProvider, ObjectSchema, VisitorContext) - Method in class com.fasterxml.jackson.module.jsonSchema.jakarta.factories.FormatVisitorFactory
- objectFormatVisitor(SerializerProvider, ObjectSchema) - Method in class com.fasterxml.jackson.module.jsonSchema.factories.FormatVisitorFactory
- objectFormatVisitor(SerializerProvider, ObjectSchema, VisitorContext) - Method in class com.fasterxml.jackson.module.jsonSchema.factories.FormatVisitorFactory
- objectSchema() - Method in class com.fasterxml.jackson.module.jsonSchema.factories.JsonSchemaFactory
- objectSchema() - Method in class com.fasterxml.jackson.module.jsonSchema.jakarta.factories.JsonSchemaFactory
- ObjectSchema - Class in com.fasterxml.jackson.module.jsonSchema.jakarta.types
-
This type represents a
JsonSchema
as an object type - ObjectSchema - Class in com.fasterxml.jackson.module.jsonSchema.types
-
This type represents a
JsonSchema
as an object type - ObjectSchema() - Constructor for class com.fasterxml.jackson.module.jsonSchema.jakarta.types.ObjectSchema
- ObjectSchema() - Constructor for class com.fasterxml.jackson.module.jsonSchema.types.ObjectSchema
- ObjectSchema.AdditionalProperties - Class in com.fasterxml.jackson.module.jsonSchema.jakarta.types
- ObjectSchema.AdditionalProperties - Class in com.fasterxml.jackson.module.jsonSchema.types
- ObjectSchema.Dependency - Class in com.fasterxml.jackson.module.jsonSchema.jakarta.types
- ObjectSchema.Dependency - Class in com.fasterxml.jackson.module.jsonSchema.types
- ObjectSchema.NoAdditionalProperties - Class in com.fasterxml.jackson.module.jsonSchema.jakarta.types
- ObjectSchema.NoAdditionalProperties - Class in com.fasterxml.jackson.module.jsonSchema.types
- ObjectSchema.SchemaAdditionalProperties - Class in com.fasterxml.jackson.module.jsonSchema.jakarta.types
- ObjectSchema.SchemaAdditionalProperties - Class in com.fasterxml.jackson.module.jsonSchema.types
- ObjectSchema.SchemaDependency - Class in com.fasterxml.jackson.module.jsonSchema.jakarta.types
-
JsonSchema Dependency If the dependency value is a jsonSchema, then the instance object MUST be valid against the jsonSchema.
- ObjectSchema.SchemaDependency - Class in com.fasterxml.jackson.module.jsonSchema.types
-
JsonSchema Dependency If the dependency value is a jsonSchema, then the instance object MUST be valid against the jsonSchema.
- ObjectSchema.SimpleDependency - Class in com.fasterxml.jackson.module.jsonSchema.jakarta.types
-
Simple Dependency If the dependency value is a string, then the instance object MUST have a property with the same name as the dependency value.
- ObjectSchema.SimpleDependency - Class in com.fasterxml.jackson.module.jsonSchema.types
-
Simple Dependency If the dependency value is a string, then the instance object MUST have a property with the same name as the dependency value.
- objectVisitor - Variable in class com.fasterxml.jackson.module.jsonSchema.factories.ObjectVisitorDecorator
- objectVisitor - Variable in class com.fasterxml.jackson.module.jsonSchema.jakarta.factories.ObjectVisitorDecorator
- ObjectVisitor - Class in com.fasterxml.jackson.module.jsonSchema.factories
- ObjectVisitor - Class in com.fasterxml.jackson.module.jsonSchema.jakarta.factories
- ObjectVisitor(SerializerProvider, ObjectSchema) - Constructor for class com.fasterxml.jackson.module.jsonSchema.jakarta.factories.ObjectVisitor
-
Deprecated.Since 2.4; call constructor that takes
WrapperFactory
- ObjectVisitor(SerializerProvider, ObjectSchema, WrapperFactory) - Constructor for class com.fasterxml.jackson.module.jsonSchema.jakarta.factories.ObjectVisitor
- ObjectVisitor(SerializerProvider, ObjectSchema) - Constructor for class com.fasterxml.jackson.module.jsonSchema.factories.ObjectVisitor
-
Deprecated.Since 2.4; call constructor that takes
WrapperFactory
- ObjectVisitor(SerializerProvider, ObjectSchema, WrapperFactory) - Constructor for class com.fasterxml.jackson.module.jsonSchema.factories.ObjectVisitor
- ObjectVisitorDecorator - Class in com.fasterxml.jackson.module.jsonSchema.factories
- ObjectVisitorDecorator - Class in com.fasterxml.jackson.module.jsonSchema.jakarta.factories
- ObjectVisitorDecorator(ObjectVisitor) - Constructor for class com.fasterxml.jackson.module.jsonSchema.factories.ObjectVisitorDecorator
- ObjectVisitorDecorator(ObjectVisitor) - Constructor for class com.fasterxml.jackson.module.jsonSchema.jakarta.factories.ObjectVisitorDecorator
- oneOf - Variable in class com.fasterxml.jackson.module.jsonSchema.jakarta.types.ContainerTypeSchema
-
This provides an enumeration of all possible values that are valid for the instance property.
- oneOf - Variable in class com.fasterxml.jackson.module.jsonSchema.types.ContainerTypeSchema
-
This provides an enumeration of all possible values that are valid for the instance property.
- optionalProperty(BeanProperty) - Method in class com.fasterxml.jackson.module.jsonSchema.factories.ObjectVisitor
- optionalProperty(BeanProperty) - Method in class com.fasterxml.jackson.module.jsonSchema.factories.ObjectVisitorDecorator
- optionalProperty(BeanProperty) - Method in class com.fasterxml.jackson.module.jsonSchema.jakarta.factories.ObjectVisitor
- optionalProperty(BeanProperty) - Method in class com.fasterxml.jackson.module.jsonSchema.jakarta.factories.ObjectVisitorDecorator
- optionalProperty(String, JsonFormatVisitable, JavaType) - Method in class com.fasterxml.jackson.module.jsonSchema.factories.ObjectVisitor
- optionalProperty(String, JsonFormatVisitable, JavaType) - Method in class com.fasterxml.jackson.module.jsonSchema.factories.ObjectVisitorDecorator
- optionalProperty(String, JsonFormatVisitable, JavaType) - Method in class com.fasterxml.jackson.module.jsonSchema.jakarta.factories.ObjectVisitor
- optionalProperty(String, JsonFormatVisitable, JavaType) - Method in class com.fasterxml.jackson.module.jsonSchema.jakarta.factories.ObjectVisitorDecorator
P
- parentMustMatch - Variable in class com.fasterxml.jackson.module.jsonSchema.jakarta.types.ObjectSchema.SchemaDependency
- parentMustMatch - Variable in class com.fasterxml.jackson.module.jsonSchema.types.ObjectSchema.SchemaDependency
- pathStart - Variable in class com.fasterxml.jackson.module.jsonSchema.jakarta.types.HyperSchema
-
This attribute is a URI that defines what the instance's URI MUST start with in order to validate.
- pathStart - Variable in class com.fasterxml.jackson.module.jsonSchema.jakarta.types.SimpleTypeSchema
-
This attribute is a URI that defines what the instance's URI MUST start with in order to validate.
- pathStart - Variable in class com.fasterxml.jackson.module.jsonSchema.types.HyperSchema
-
This attribute is a URI that defines what the instance's URI MUST start with in order to validate.
- pathStart - Variable in class com.fasterxml.jackson.module.jsonSchema.types.SimpleTypeSchema
-
This attribute is a URI that defines what the instance's URI MUST start with in order to validate.
- pathStart() - Element in annotation type com.fasterxml.jackson.module.jsonSchema.annotation.JsonHyperSchema
-
This attribute is a URI that defines what the instance's URI MUST start with in order to validate.
- pathStart() - Element in annotation type com.fasterxml.jackson.module.jsonSchema.jakarta.annotation.JsonHyperSchema
-
This attribute is a URI that defines what the instance's URI MUST start with in order to validate.
- pattern - Variable in class com.fasterxml.jackson.module.jsonSchema.jakarta.types.StringSchema
-
this provides a regular expression that a string instance MUST match in order to be valid.
- pattern - Variable in class com.fasterxml.jackson.module.jsonSchema.types.StringSchema
-
this provides a regular expression that a string instance MUST match in order to be valid.
- patternProperties - Variable in class com.fasterxml.jackson.module.jsonSchema.jakarta.types.ObjectSchema
-
This attribute is an object that defines the jsonSchema for a set of property names of an object instance.
- patternProperties - Variable in class com.fasterxml.jackson.module.jsonSchema.types.ObjectSchema
-
This attribute is an object that defines the jsonSchema for a set of property names of an object instance.
- properties - Variable in class com.fasterxml.jackson.module.jsonSchema.jakarta.types.ObjectSchema
-
This attribute is an object with property definitions that define the valid values of instance object property values.
- properties - Variable in class com.fasterxml.jackson.module.jsonSchema.types.ObjectSchema
-
This attribute is an object with property definitions that define the valid values of instance object property values.
- property(BeanProperty) - Method in class com.fasterxml.jackson.module.jsonSchema.factories.ObjectVisitor
- property(BeanProperty) - Method in class com.fasterxml.jackson.module.jsonSchema.factories.ObjectVisitorDecorator
- property(BeanProperty) - Method in class com.fasterxml.jackson.module.jsonSchema.jakarta.factories.ObjectVisitor
- property(BeanProperty) - Method in class com.fasterxml.jackson.module.jsonSchema.jakarta.factories.ObjectVisitorDecorator
- property(String, JsonFormatVisitable, JavaType) - Method in class com.fasterxml.jackson.module.jsonSchema.factories.ObjectVisitor
- property(String, JsonFormatVisitable, JavaType) - Method in class com.fasterxml.jackson.module.jsonSchema.factories.ObjectVisitorDecorator
- property(String, JsonFormatVisitable, JavaType) - Method in class com.fasterxml.jackson.module.jsonSchema.jakarta.factories.ObjectVisitor
- property(String, JsonFormatVisitable, JavaType) - Method in class com.fasterxml.jackson.module.jsonSchema.jakarta.factories.ObjectVisitorDecorator
- propertySchema(BeanProperty) - Method in class com.fasterxml.jackson.module.jsonSchema.factories.ObjectVisitor
- propertySchema(BeanProperty) - Method in class com.fasterxml.jackson.module.jsonSchema.jakarta.factories.ObjectVisitor
- propertySchema(JsonFormatVisitable, JavaType) - Method in class com.fasterxml.jackson.module.jsonSchema.factories.MapVisitor
- propertySchema(JsonFormatVisitable, JavaType) - Method in class com.fasterxml.jackson.module.jsonSchema.factories.ObjectVisitor
- propertySchema(JsonFormatVisitable, JavaType) - Method in class com.fasterxml.jackson.module.jsonSchema.jakarta.factories.MapVisitor
- propertySchema(JsonFormatVisitable, JavaType) - Method in class com.fasterxml.jackson.module.jsonSchema.jakarta.factories.ObjectVisitor
- provider - Variable in class com.fasterxml.jackson.module.jsonSchema.factories.ArrayVisitor
- provider - Variable in class com.fasterxml.jackson.module.jsonSchema.factories.MapVisitor
- provider - Variable in class com.fasterxml.jackson.module.jsonSchema.factories.ObjectVisitor
- provider - Variable in class com.fasterxml.jackson.module.jsonSchema.factories.SchemaFactoryWrapper
- provider - Variable in class com.fasterxml.jackson.module.jsonSchema.factories.StructuredTypeVisitor
- provider - Variable in class com.fasterxml.jackson.module.jsonSchema.jakarta.factories.ArrayVisitor
- provider - Variable in class com.fasterxml.jackson.module.jsonSchema.jakarta.factories.MapVisitor
- provider - Variable in class com.fasterxml.jackson.module.jsonSchema.jakarta.factories.ObjectVisitor
- provider - Variable in class com.fasterxml.jackson.module.jsonSchema.jakarta.factories.SchemaFactoryWrapper
- provider - Variable in class com.fasterxml.jackson.module.jsonSchema.jakarta.factories.StructuredTypeVisitor
- putOptionalProperty(BeanProperty, JsonSchema) - Method in class com.fasterxml.jackson.module.jsonSchema.jakarta.types.ObjectSchema
- putOptionalProperty(BeanProperty, JsonSchema) - Method in class com.fasterxml.jackson.module.jsonSchema.types.ObjectSchema
- putOptionalProperty(String, JsonSchema) - Method in class com.fasterxml.jackson.module.jsonSchema.jakarta.types.ObjectSchema
- putOptionalProperty(String, JsonSchema) - Method in class com.fasterxml.jackson.module.jsonSchema.types.ObjectSchema
- putPatternProperty(String, JsonSchema) - Method in class com.fasterxml.jackson.module.jsonSchema.jakarta.types.ObjectSchema
- putPatternProperty(String, JsonSchema) - Method in class com.fasterxml.jackson.module.jsonSchema.types.ObjectSchema
- putProperty(BeanProperty, JsonSchema) - Method in class com.fasterxml.jackson.module.jsonSchema.jakarta.types.ObjectSchema
- putProperty(BeanProperty, JsonSchema) - Method in class com.fasterxml.jackson.module.jsonSchema.types.ObjectSchema
- putProperty(String, JsonSchema) - Method in class com.fasterxml.jackson.module.jsonSchema.jakarta.types.ObjectSchema
- putProperty(String, JsonSchema) - Method in class com.fasterxml.jackson.module.jsonSchema.types.ObjectSchema
R
- readonly - Variable in class com.fasterxml.jackson.module.jsonSchema.jakarta.JsonSchema
-
This attribute indicates if the instance is not modifiable.
- readonly - Variable in class com.fasterxml.jackson.module.jsonSchema.JsonSchema
-
This attribute indicates if the instance is not modifiable.
- readOnly - Variable in class com.fasterxml.jackson.module.jsonSchema.jakarta.types.HyperSchema
-
This attribute indicates that the instance property SHOULD NOT be changed.
- readOnly - Variable in class com.fasterxml.jackson.module.jsonSchema.types.HyperSchema
-
This attribute indicates that the instance property SHOULD NOT be changed.
- ReferenceSchema - Class in com.fasterxml.jackson.module.jsonSchema.jakarta.types
-
This type represents an JSON reference to a
JsonSchema
. - ReferenceSchema - Class in com.fasterxml.jackson.module.jsonSchema.types
-
This type represents an JSON reference to a
JsonSchema
. - ReferenceSchema(String) - Constructor for class com.fasterxml.jackson.module.jsonSchema.jakarta.types.ReferenceSchema
- ReferenceSchema(String) - Constructor for class com.fasterxml.jackson.module.jsonSchema.types.ReferenceSchema
- rejectAdditionalProperties() - Method in class com.fasterxml.jackson.module.jsonSchema.jakarta.types.ObjectSchema
- rejectAdditionalProperties() - Method in class com.fasterxml.jackson.module.jsonSchema.types.ObjectSchema
- rel - Variable in class com.fasterxml.jackson.module.jsonSchema.jakarta.types.HyperSchema.LinkDescriptionObject
-
The value of the "rel" property indicates the name of the relation to the target resource.
- rel - Variable in class com.fasterxml.jackson.module.jsonSchema.jakarta.types.LinkDescriptionObject
-
The value of the "rel" property indicates the name of the relation to the target resource.
- rel - Variable in class com.fasterxml.jackson.module.jsonSchema.types.HyperSchema.LinkDescriptionObject
-
The value of the "rel" property indicates the name of the relation to the target resource.
- rel - Variable in class com.fasterxml.jackson.module.jsonSchema.types.LinkDescriptionObject
-
The value of the "rel" property indicates the name of the relation to the target resource.
- rel() - Element in annotation type com.fasterxml.jackson.module.jsonSchema.annotation.Link
-
The value of the "rel" property indicates the name of the relation to the target resource.
- rel() - Element in annotation type com.fasterxml.jackson.module.jsonSchema.jakarta.annotation.Link
-
The value of the "rel" property indicates the name of the relation to the target resource.
- required - Variable in class com.fasterxml.jackson.module.jsonSchema.jakarta.JsonSchema
-
This attribute indicates if the instance must have a value, and not be undefined.
- required - Variable in class com.fasterxml.jackson.module.jsonSchema.JsonSchema
-
This attribute indicates if the instance must have a value, and not be undefined.
S
- schema - Variable in class com.fasterxml.jackson.module.jsonSchema.factories.AnyVisitor
- schema - Variable in class com.fasterxml.jackson.module.jsonSchema.factories.ArrayVisitor
- schema - Variable in class com.fasterxml.jackson.module.jsonSchema.factories.BooleanVisitor
- schema - Variable in class com.fasterxml.jackson.module.jsonSchema.factories.IntegerVisitor
- schema - Variable in class com.fasterxml.jackson.module.jsonSchema.factories.MapVisitor
- schema - Variable in class com.fasterxml.jackson.module.jsonSchema.factories.NullVisitor
- schema - Variable in class com.fasterxml.jackson.module.jsonSchema.factories.NumberVisitor
- schema - Variable in class com.fasterxml.jackson.module.jsonSchema.factories.ObjectVisitor
- schema - Variable in class com.fasterxml.jackson.module.jsonSchema.factories.SchemaFactoryWrapper
- schema - Variable in class com.fasterxml.jackson.module.jsonSchema.factories.StringVisitor
- schema - Variable in class com.fasterxml.jackson.module.jsonSchema.jakarta.factories.AnyVisitor
- schema - Variable in class com.fasterxml.jackson.module.jsonSchema.jakarta.factories.ArrayVisitor
- schema - Variable in class com.fasterxml.jackson.module.jsonSchema.jakarta.factories.BooleanVisitor
- schema - Variable in class com.fasterxml.jackson.module.jsonSchema.jakarta.factories.IntegerVisitor
- schema - Variable in class com.fasterxml.jackson.module.jsonSchema.jakarta.factories.MapVisitor
- schema - Variable in class com.fasterxml.jackson.module.jsonSchema.jakarta.factories.NullVisitor
- schema - Variable in class com.fasterxml.jackson.module.jsonSchema.jakarta.factories.NumberVisitor
- schema - Variable in class com.fasterxml.jackson.module.jsonSchema.jakarta.factories.ObjectVisitor
- schema - Variable in class com.fasterxml.jackson.module.jsonSchema.jakarta.factories.SchemaFactoryWrapper
- schema - Variable in class com.fasterxml.jackson.module.jsonSchema.jakarta.factories.StringVisitor
- schema - Variable in class com.fasterxml.jackson.module.jsonSchema.jakarta.types.ObjectSchema.NoAdditionalProperties
- schema - Variable in class com.fasterxml.jackson.module.jsonSchema.types.ObjectSchema.NoAdditionalProperties
- schema() - Element in annotation type com.fasterxml.jackson.module.jsonSchema.annotation.Link
-
This attribute contains a jsonSchema which defines the acceptable structure of the submitted request (for a GET request, this jsonSchema would define the properties for the query string and for a POST request, this would define the body).
- schema() - Element in annotation type com.fasterxml.jackson.module.jsonSchema.jakarta.annotation.Link
-
This attribute contains a jsonSchema which defines the acceptable structure of the submitted request (for a GET request, this jsonSchema would define the properties for the query string and for a POST request, this would define the body).
- SchemaAdditionalItems(JsonSchema) - Constructor for class com.fasterxml.jackson.module.jsonSchema.jakarta.types.ArraySchema.SchemaAdditionalItems
- SchemaAdditionalItems(JsonSchema) - Constructor for class com.fasterxml.jackson.module.jsonSchema.types.ArraySchema.SchemaAdditionalItems
- SchemaAdditionalProperties(JsonSchema) - Constructor for class com.fasterxml.jackson.module.jsonSchema.jakarta.types.ObjectSchema.SchemaAdditionalProperties
- SchemaAdditionalProperties(JsonSchema) - Constructor for class com.fasterxml.jackson.module.jsonSchema.types.ObjectSchema.SchemaAdditionalProperties
- SchemaDependency(String, JsonSchema) - Constructor for class com.fasterxml.jackson.module.jsonSchema.jakarta.types.ObjectSchema.SchemaDependency
- SchemaDependency(String, JsonSchema) - Constructor for class com.fasterxml.jackson.module.jsonSchema.types.ObjectSchema.SchemaDependency
- SchemaFactoryWrapper - Class in com.fasterxml.jackson.module.jsonSchema.factories
- SchemaFactoryWrapper - Class in com.fasterxml.jackson.module.jsonSchema.jakarta.factories
- SchemaFactoryWrapper() - Constructor for class com.fasterxml.jackson.module.jsonSchema.factories.SchemaFactoryWrapper
- SchemaFactoryWrapper() - Constructor for class com.fasterxml.jackson.module.jsonSchema.jakarta.factories.SchemaFactoryWrapper
- SchemaFactoryWrapper(SerializerProvider) - Constructor for class com.fasterxml.jackson.module.jsonSchema.factories.SchemaFactoryWrapper
- SchemaFactoryWrapper(SerializerProvider) - Constructor for class com.fasterxml.jackson.module.jsonSchema.jakarta.factories.SchemaFactoryWrapper
- SchemaFactoryWrapper(SerializerProvider, WrapperFactory) - Constructor for class com.fasterxml.jackson.module.jsonSchema.factories.SchemaFactoryWrapper
- SchemaFactoryWrapper(SerializerProvider, WrapperFactory) - Constructor for class com.fasterxml.jackson.module.jsonSchema.jakarta.factories.SchemaFactoryWrapper
- SchemaFactoryWrapper(WrapperFactory) - Constructor for class com.fasterxml.jackson.module.jsonSchema.factories.SchemaFactoryWrapper
- SchemaFactoryWrapper(WrapperFactory) - Constructor for class com.fasterxml.jackson.module.jsonSchema.jakarta.factories.SchemaFactoryWrapper
- schemaProvider - Variable in class com.fasterxml.jackson.module.jsonSchema.factories.SchemaFactoryWrapper
- schemaProvider - Variable in class com.fasterxml.jackson.module.jsonSchema.jakarta.factories.SchemaFactoryWrapper
- seenSchemas - Variable in class com.fasterxml.jackson.module.jsonSchema.factories.VisitorContext
- seenSchemas - Variable in class com.fasterxml.jackson.module.jsonSchema.jakarta.factories.VisitorContext
- serialVersionUID - Static variable in class com.fasterxml.jackson.module.jsonSchema.jakarta.types.ArraySchema.ItemsDeserializer
- serialVersionUID - Static variable in class com.fasterxml.jackson.module.jsonSchema.types.ArraySchema.ItemsDeserializer
- set$ref(String) - Method in class com.fasterxml.jackson.module.jsonSchema.jakarta.JsonSchema
- set$ref(String) - Method in class com.fasterxml.jackson.module.jsonSchema.jakarta.types.ReferenceSchema
- set$ref(String) - Method in class com.fasterxml.jackson.module.jsonSchema.JsonSchema
- set$ref(String) - Method in class com.fasterxml.jackson.module.jsonSchema.types.ReferenceSchema
- set$schema(String) - Method in class com.fasterxml.jackson.module.jsonSchema.jakarta.JsonSchema
- set$schema(String) - Method in class com.fasterxml.jackson.module.jsonSchema.JsonSchema
- setAdditionalItems(ArraySchema.AdditionalItems) - Method in class com.fasterxml.jackson.module.jsonSchema.jakarta.types.ArraySchema
- setAdditionalItems(ArraySchema.AdditionalItems) - Method in class com.fasterxml.jackson.module.jsonSchema.types.ArraySchema
- setAdditionalProperties(ObjectSchema.AdditionalProperties) - Method in class com.fasterxml.jackson.module.jsonSchema.jakarta.types.ObjectSchema
- setAdditionalProperties(ObjectSchema.AdditionalProperties) - Method in class com.fasterxml.jackson.module.jsonSchema.types.ObjectSchema
- setDefault(String) - Method in class com.fasterxml.jackson.module.jsonSchema.jakarta.types.SimpleTypeSchema
- setDefault(String) - Method in class com.fasterxml.jackson.module.jsonSchema.types.SimpleTypeSchema
- setDependencies(Map<String, Object>) - Method in class com.fasterxml.jackson.module.jsonSchema.jakarta.types.ObjectSchema
- setDependencies(Map<String, Object>) - Method in class com.fasterxml.jackson.module.jsonSchema.types.ObjectSchema
- setDescription(String) - Method in class com.fasterxml.jackson.module.jsonSchema.jakarta.JsonSchema
- setDescription(String) - Method in class com.fasterxml.jackson.module.jsonSchema.JsonSchema
- setDisallow(JsonSchema[]) - Method in class com.fasterxml.jackson.module.jsonSchema.jakarta.JsonSchema
- setDisallow(JsonSchema[]) - Method in class com.fasterxml.jackson.module.jsonSchema.JsonSchema
- setDivisibleBy(Integer) - Method in class com.fasterxml.jackson.module.jsonSchema.jakarta.types.IntegerSchema
- setDivisibleBy(Integer) - Method in class com.fasterxml.jackson.module.jsonSchema.types.IntegerSchema
- setElements(ValueTypeSchema[]) - Method in class com.fasterxml.jackson.module.jsonSchema.jakarta.types.UnionTypeSchema
- setElements(ValueTypeSchema[]) - Method in class com.fasterxml.jackson.module.jsonSchema.types.UnionTypeSchema
- setEnctype(String) - Method in class com.fasterxml.jackson.module.jsonSchema.jakarta.types.LinkDescriptionObject
- setEnctype(String) - Method in class com.fasterxml.jackson.module.jsonSchema.types.LinkDescriptionObject
- setEnums(Set<String>) - Method in class com.fasterxml.jackson.module.jsonSchema.jakarta.types.ContainerTypeSchema
- setEnums(Set<String>) - Method in class com.fasterxml.jackson.module.jsonSchema.jakarta.types.ValueTypeSchema
- setEnums(Set<String>) - Method in class com.fasterxml.jackson.module.jsonSchema.types.ContainerTypeSchema
- setEnums(Set<String>) - Method in class com.fasterxml.jackson.module.jsonSchema.types.ValueTypeSchema
- setExclusiveMaximum(Boolean) - Method in class com.fasterxml.jackson.module.jsonSchema.jakarta.types.NumberSchema
- setExclusiveMaximum(Boolean) - Method in class com.fasterxml.jackson.module.jsonSchema.types.NumberSchema
- setExclusiveMinimum(Boolean) - Method in class com.fasterxml.jackson.module.jsonSchema.jakarta.types.NumberSchema
- setExclusiveMinimum(Boolean) - Method in class com.fasterxml.jackson.module.jsonSchema.types.NumberSchema
- setExtends(JsonSchema[]) - Method in class com.fasterxml.jackson.module.jsonSchema.jakarta.JsonSchema
- setExtends(JsonSchema[]) - Method in class com.fasterxml.jackson.module.jsonSchema.JsonSchema
- setFormat(JsonValueFormat) - Method in class com.fasterxml.jackson.module.jsonSchema.jakarta.types.ValueTypeSchema
- setFormat(JsonValueFormat) - Method in class com.fasterxml.jackson.module.jsonSchema.types.ValueTypeSchema
- setHref(String) - Method in class com.fasterxml.jackson.module.jsonSchema.jakarta.types.LinkDescriptionObject
- setHref(String) - Method in class com.fasterxml.jackson.module.jsonSchema.types.LinkDescriptionObject
- setId(String) - Method in class com.fasterxml.jackson.module.jsonSchema.jakarta.JsonSchema
- setId(String) - Method in class com.fasterxml.jackson.module.jsonSchema.JsonSchema
- setIgnoreDefaults(boolean) - Method in class com.fasterxml.jackson.module.jsonSchema.customProperties.HyperSchemaFactoryWrapper
- setIgnoreDefaults(boolean) - Method in class com.fasterxml.jackson.module.jsonSchema.jakarta.customProperties.HyperSchemaFactoryWrapper
- setItems(ArraySchema.Items) - Method in class com.fasterxml.jackson.module.jsonSchema.jakarta.types.ArraySchema
- setItems(ArraySchema.Items) - Method in class com.fasterxml.jackson.module.jsonSchema.types.ArraySchema
- setItemsSchema(JsonSchema) - Method in class com.fasterxml.jackson.module.jsonSchema.jakarta.types.ArraySchema
- setItemsSchema(JsonSchema) - Method in class com.fasterxml.jackson.module.jsonSchema.types.ArraySchema
- setLinks(LinkDescriptionObject[]) - Method in class com.fasterxml.jackson.module.jsonSchema.jakarta.types.SimpleTypeSchema
- setLinks(LinkDescriptionObject[]) - Method in class com.fasterxml.jackson.module.jsonSchema.types.SimpleTypeSchema
- setMaximum(Double) - Method in class com.fasterxml.jackson.module.jsonSchema.jakarta.types.NumberSchema
- setMaximum(Double) - Method in class com.fasterxml.jackson.module.jsonSchema.types.NumberSchema
- setMaxItems(Integer) - Method in class com.fasterxml.jackson.module.jsonSchema.jakarta.types.ArraySchema
- setMaxItems(Integer) - Method in class com.fasterxml.jackson.module.jsonSchema.types.ArraySchema
- setMaxLength(Integer) - Method in class com.fasterxml.jackson.module.jsonSchema.jakarta.types.StringSchema
- setMaxLength(Integer) - Method in class com.fasterxml.jackson.module.jsonSchema.types.StringSchema
- setMediaType(String) - Method in class com.fasterxml.jackson.module.jsonSchema.jakarta.types.LinkDescriptionObject
- setMediaType(String) - Method in class com.fasterxml.jackson.module.jsonSchema.types.LinkDescriptionObject
- setMethod(String) - Method in class com.fasterxml.jackson.module.jsonSchema.jakarta.types.LinkDescriptionObject
- setMethod(String) - Method in class com.fasterxml.jackson.module.jsonSchema.types.LinkDescriptionObject
- setMinimum(Double) - Method in class com.fasterxml.jackson.module.jsonSchema.jakarta.types.NumberSchema
- setMinimum(Double) - Method in class com.fasterxml.jackson.module.jsonSchema.types.NumberSchema
- setMinItems(Integer) - Method in class com.fasterxml.jackson.module.jsonSchema.jakarta.types.ArraySchema
- setMinItems(Integer) - Method in class com.fasterxml.jackson.module.jsonSchema.types.ArraySchema
- setMinLength(Integer) - Method in class com.fasterxml.jackson.module.jsonSchema.jakarta.types.StringSchema
- setMinLength(Integer) - Method in class com.fasterxml.jackson.module.jsonSchema.types.StringSchema
- setMultipleOf(Double) - Method in class com.fasterxml.jackson.module.jsonSchema.jakarta.types.NumberSchema
- setMultipleOf(Double) - Method in class com.fasterxml.jackson.module.jsonSchema.types.NumberSchema
- setOneOf(Set<Object>) - Method in class com.fasterxml.jackson.module.jsonSchema.jakarta.types.ContainerTypeSchema
- setOneOf(Set<Object>) - Method in class com.fasterxml.jackson.module.jsonSchema.types.ContainerTypeSchema
- setPathStart(String) - Method in class com.fasterxml.jackson.module.jsonSchema.jakarta.types.SimpleTypeSchema
- setPathStart(String) - Method in class com.fasterxml.jackson.module.jsonSchema.types.SimpleTypeSchema
- setPattern(String) - Method in class com.fasterxml.jackson.module.jsonSchema.jakarta.types.StringSchema
- setPattern(String) - Method in class com.fasterxml.jackson.module.jsonSchema.types.StringSchema
- setPatternProperties(Map<String, JsonSchema>) - Method in class com.fasterxml.jackson.module.jsonSchema.jakarta.types.ObjectSchema
- setPatternProperties(Map<String, JsonSchema>) - Method in class com.fasterxml.jackson.module.jsonSchema.types.ObjectSchema
- setProperties(Map<String, JsonSchema>) - Method in class com.fasterxml.jackson.module.jsonSchema.jakarta.types.ObjectSchema
- setProperties(Map<String, JsonSchema>) - Method in class com.fasterxml.jackson.module.jsonSchema.types.ObjectSchema
- setProvider(SerializerProvider) - Method in class com.fasterxml.jackson.module.jsonSchema.factories.ArrayVisitor
- setProvider(SerializerProvider) - Method in class com.fasterxml.jackson.module.jsonSchema.factories.MapVisitor
- setProvider(SerializerProvider) - Method in class com.fasterxml.jackson.module.jsonSchema.factories.ObjectVisitor
-
Deprecated.Construct instances with provider instead
- setProvider(SerializerProvider) - Method in class com.fasterxml.jackson.module.jsonSchema.factories.ObjectVisitorDecorator
-
Deprecated.
- setProvider(SerializerProvider) - Method in class com.fasterxml.jackson.module.jsonSchema.factories.SchemaFactoryWrapper
- setProvider(SerializerProvider) - Method in class com.fasterxml.jackson.module.jsonSchema.factories.StructuredTypeVisitor
- setProvider(SerializerProvider) - Method in class com.fasterxml.jackson.module.jsonSchema.jakarta.factories.ArrayVisitor
- setProvider(SerializerProvider) - Method in class com.fasterxml.jackson.module.jsonSchema.jakarta.factories.MapVisitor
- setProvider(SerializerProvider) - Method in class com.fasterxml.jackson.module.jsonSchema.jakarta.factories.ObjectVisitor
-
Deprecated.Construct instances with provider instead
- setProvider(SerializerProvider) - Method in class com.fasterxml.jackson.module.jsonSchema.jakarta.factories.ObjectVisitorDecorator
-
Deprecated.
- setProvider(SerializerProvider) - Method in class com.fasterxml.jackson.module.jsonSchema.jakarta.factories.SchemaFactoryWrapper
- setProvider(SerializerProvider) - Method in class com.fasterxml.jackson.module.jsonSchema.jakarta.factories.StructuredTypeVisitor
- setReadonly(Boolean) - Method in class com.fasterxml.jackson.module.jsonSchema.jakarta.JsonSchema
- setReadonly(Boolean) - Method in class com.fasterxml.jackson.module.jsonSchema.JsonSchema
- setRel(String) - Method in class com.fasterxml.jackson.module.jsonSchema.jakarta.types.LinkDescriptionObject
- setRel(String) - Method in class com.fasterxml.jackson.module.jsonSchema.types.LinkDescriptionObject
- setRequired(Boolean) - Method in class com.fasterxml.jackson.module.jsonSchema.jakarta.JsonSchema
- setRequired(Boolean) - Method in class com.fasterxml.jackson.module.jsonSchema.JsonSchema
- setSchema(JsonSchema) - Method in class com.fasterxml.jackson.module.jsonSchema.jakarta.types.ArraySchema.SingleItems
- setSchema(JsonSchema) - Method in class com.fasterxml.jackson.module.jsonSchema.jakarta.types.LinkDescriptionObject
- setSchema(JsonSchema) - Method in class com.fasterxml.jackson.module.jsonSchema.types.ArraySchema.SingleItems
- setSchema(JsonSchema) - Method in class com.fasterxml.jackson.module.jsonSchema.types.LinkDescriptionObject
- setTargetSchema(JsonSchema) - Method in class com.fasterxml.jackson.module.jsonSchema.jakarta.types.LinkDescriptionObject
- setTargetSchema(JsonSchema) - Method in class com.fasterxml.jackson.module.jsonSchema.types.LinkDescriptionObject
- setTitle(String) - Method in class com.fasterxml.jackson.module.jsonSchema.jakarta.types.LinkDescriptionObject
- setTitle(String) - Method in class com.fasterxml.jackson.module.jsonSchema.jakarta.types.SimpleTypeSchema
- setTitle(String) - Method in class com.fasterxml.jackson.module.jsonSchema.types.LinkDescriptionObject
- setTitle(String) - Method in class com.fasterxml.jackson.module.jsonSchema.types.SimpleTypeSchema
- setUniqueItems(Boolean) - Method in class com.fasterxml.jackson.module.jsonSchema.jakarta.types.ArraySchema
- setUniqueItems(Boolean) - Method in class com.fasterxml.jackson.module.jsonSchema.types.ArraySchema
- setVisitorContext(VisitorContext) - Method in class com.fasterxml.jackson.module.jsonSchema.factories.ArrayVisitor
- setVisitorContext(VisitorContext) - Method in class com.fasterxml.jackson.module.jsonSchema.factories.MapVisitor
- setVisitorContext(VisitorContext) - Method in class com.fasterxml.jackson.module.jsonSchema.factories.ObjectVisitor
- setVisitorContext(VisitorContext) - Method in class com.fasterxml.jackson.module.jsonSchema.factories.SchemaFactoryWrapper
- setVisitorContext(VisitorContext) - Method in interface com.fasterxml.jackson.module.jsonSchema.factories.Visitor
- setVisitorContext(VisitorContext) - Method in class com.fasterxml.jackson.module.jsonSchema.jakarta.factories.ArrayVisitor
- setVisitorContext(VisitorContext) - Method in class com.fasterxml.jackson.module.jsonSchema.jakarta.factories.MapVisitor
- setVisitorContext(VisitorContext) - Method in class com.fasterxml.jackson.module.jsonSchema.jakarta.factories.ObjectVisitor
- setVisitorContext(VisitorContext) - Method in class com.fasterxml.jackson.module.jsonSchema.jakarta.factories.SchemaFactoryWrapper
- setVisitorContext(VisitorContext) - Method in interface com.fasterxml.jackson.module.jsonSchema.jakarta.factories.Visitor
- setWrapperFactory(WrapperFactory) - Method in class com.fasterxml.jackson.module.jsonSchema.factories.ArrayVisitor
- setWrapperFactory(WrapperFactory) - Method in class com.fasterxml.jackson.module.jsonSchema.factories.ObjectVisitor
-
Deprecated.Construct instances with provider instead
- setWrapperFactory(WrapperFactory) - Method in class com.fasterxml.jackson.module.jsonSchema.jakarta.factories.ArrayVisitor
- setWrapperFactory(WrapperFactory) - Method in class com.fasterxml.jackson.module.jsonSchema.jakarta.factories.ObjectVisitor
-
Deprecated.Construct instances with provider instead
- SimpleDependency(String, String) - Constructor for class com.fasterxml.jackson.module.jsonSchema.jakarta.types.ObjectSchema.SimpleDependency
- SimpleDependency(String, String) - Constructor for class com.fasterxml.jackson.module.jsonSchema.types.ObjectSchema.SimpleDependency
- SimpleTypeSchema - Class in com.fasterxml.jackson.module.jsonSchema.jakarta.types
-
This class encapsulates the functionality of
JsonSchema
simple types - SimpleTypeSchema - Class in com.fasterxml.jackson.module.jsonSchema.types
-
This class encapsulates the functionality of
JsonSchema
simple types - SimpleTypeSchema() - Constructor for class com.fasterxml.jackson.module.jsonSchema.jakarta.types.SimpleTypeSchema
- SimpleTypeSchema() - Constructor for class com.fasterxml.jackson.module.jsonSchema.types.SimpleTypeSchema
- SingleItems(JsonSchema) - Constructor for class com.fasterxml.jackson.module.jsonSchema.jakarta.types.ArraySchema.SingleItems
- SingleItems(JsonSchema) - Constructor for class com.fasterxml.jackson.module.jsonSchema.types.ArraySchema.SingleItems
- stringFormatVisitor(StringSchema) - Method in class com.fasterxml.jackson.module.jsonSchema.jakarta.factories.FormatVisitorFactory
- stringFormatVisitor(StringSchema) - Method in class com.fasterxml.jackson.module.jsonSchema.factories.FormatVisitorFactory
- stringSchema() - Method in class com.fasterxml.jackson.module.jsonSchema.factories.JsonSchemaFactory
- stringSchema() - Method in class com.fasterxml.jackson.module.jsonSchema.jakarta.factories.JsonSchemaFactory
- StringSchema - Class in com.fasterxml.jackson.module.jsonSchema.jakarta.types
-
This represents a
JsonSchema
as a String - StringSchema - Class in com.fasterxml.jackson.module.jsonSchema.types
-
This represents a
JsonSchema
as a String - StringSchema() - Constructor for class com.fasterxml.jackson.module.jsonSchema.jakarta.types.StringSchema
- StringSchema() - Constructor for class com.fasterxml.jackson.module.jsonSchema.types.StringSchema
- StringVisitor - Class in com.fasterxml.jackson.module.jsonSchema.factories
- StringVisitor - Class in com.fasterxml.jackson.module.jsonSchema.jakarta.factories
- StringVisitor(StringSchema) - Constructor for class com.fasterxml.jackson.module.jsonSchema.jakarta.factories.StringVisitor
- StringVisitor(StringSchema) - Constructor for class com.fasterxml.jackson.module.jsonSchema.factories.StringVisitor
- StructuredTypeVisitor - Class in com.fasterxml.jackson.module.jsonSchema.factories
- StructuredTypeVisitor - Class in com.fasterxml.jackson.module.jsonSchema.jakarta.factories
- StructuredTypeVisitor(SerializerProvider) - Constructor for class com.fasterxml.jackson.module.jsonSchema.factories.StructuredTypeVisitor
- StructuredTypeVisitor(SerializerProvider) - Constructor for class com.fasterxml.jackson.module.jsonSchema.jakarta.factories.StructuredTypeVisitor
T
- targetSchema - Variable in class com.fasterxml.jackson.module.jsonSchema.jakarta.types.HyperSchema.LinkDescriptionObject
-
This property value is a jsonSchema that defines the expected structure of the JSON representation of the target of the link.
- targetSchema - Variable in class com.fasterxml.jackson.module.jsonSchema.jakarta.types.LinkDescriptionObject
-
This property value is a jsonSchema that defines the expected structure of the JSON representation of the target of the link.
- targetSchema - Variable in class com.fasterxml.jackson.module.jsonSchema.types.HyperSchema.LinkDescriptionObject
-
This property value is a jsonSchema that defines the expected structure of the JSON representation of the target of the link.
- targetSchema - Variable in class com.fasterxml.jackson.module.jsonSchema.types.LinkDescriptionObject
-
This property value is a jsonSchema that defines the expected structure of the JSON representation of the target of the link.
- targetSchema() - Element in annotation type com.fasterxml.jackson.module.jsonSchema.annotation.Link
-
This property value is a jsonSchema that defines the expected structure of the JSON representation of the target of the link.
- targetSchema() - Element in annotation type com.fasterxml.jackson.module.jsonSchema.jakarta.annotation.Link
-
This property value is a jsonSchema that defines the expected structure of the JSON representation of the target of the link.
- title - Variable in class com.fasterxml.jackson.module.jsonSchema.jakarta.types.LinkDescriptionObject
-
This property defines a title for the link.
- title - Variable in class com.fasterxml.jackson.module.jsonSchema.jakarta.types.SimpleTypeSchema
-
This attribute is a string that provides a short description of the instance property.
- title - Variable in class com.fasterxml.jackson.module.jsonSchema.types.LinkDescriptionObject
-
This property defines a title for the link.
- title - Variable in class com.fasterxml.jackson.module.jsonSchema.types.SimpleTypeSchema
-
This attribute is a string that provides a short description of the instance property.
- title() - Element in annotation type com.fasterxml.jackson.module.jsonSchema.annotation.Link
-
This property defines a title for the link.
- title() - Element in annotation type com.fasterxml.jackson.module.jsonSchema.jakarta.annotation.Link
-
This property defines a title for the link.
- TitleSchemaFactoryWrapper - Class in com.fasterxml.jackson.module.jsonSchema.customProperties
-
Adds a title to every object schema, either root level or nested.
- TitleSchemaFactoryWrapper - Class in com.fasterxml.jackson.module.jsonSchema.jakarta.customProperties
-
Adds a title to every object schema, either root level or nested.
- TitleSchemaFactoryWrapper() - Constructor for class com.fasterxml.jackson.module.jsonSchema.customProperties.TitleSchemaFactoryWrapper
- TitleSchemaFactoryWrapper() - Constructor for class com.fasterxml.jackson.module.jsonSchema.jakarta.customProperties.TitleSchemaFactoryWrapper
- TitleSchemaFactoryWrapper.TitleSchemaFactoryWrapperFactory - Class in com.fasterxml.jackson.module.jsonSchema.customProperties
- TitleSchemaFactoryWrapper.TitleSchemaFactoryWrapperFactory - Class in com.fasterxml.jackson.module.jsonSchema.jakarta.customProperties
- TitleSchemaFactoryWrapperFactory() - Constructor for class com.fasterxml.jackson.module.jsonSchema.customProperties.TitleSchemaFactoryWrapper.TitleSchemaFactoryWrapperFactory
- TitleSchemaFactoryWrapperFactory() - Constructor for class com.fasterxml.jackson.module.jsonSchema.jakarta.customProperties.TitleSchemaFactoryWrapper.TitleSchemaFactoryWrapperFactory
- typeFromId(DatabindContext, String) - Method in class com.fasterxml.jackson.module.jsonSchema.jakarta.JsonSchemaIdResolver
- typeFromId(DatabindContext, String) - Method in class com.fasterxml.jackson.module.jsonSchema.JsonSchemaIdResolver
U
- UnionTypeSchema - Class in com.fasterxml.jackson.module.jsonSchema.jakarta.types
-
This class represents a
JsonSchema
as a Union Type Schema: "An array of two or more simple type definitions. - UnionTypeSchema - Class in com.fasterxml.jackson.module.jsonSchema.types
-
This class represents a
JsonSchema
as a Union Type Schema: "An array of two or more simple type definitions. - UnionTypeSchema() - Constructor for class com.fasterxml.jackson.module.jsonSchema.jakarta.types.UnionTypeSchema
- UnionTypeSchema() - Constructor for class com.fasterxml.jackson.module.jsonSchema.types.UnionTypeSchema
- uniqueItems - Variable in class com.fasterxml.jackson.module.jsonSchema.jakarta.types.ArraySchema
-
This attribute indicates that all items in an array instance MUST be unique (contains no two identical values).
- uniqueItems - Variable in class com.fasterxml.jackson.module.jsonSchema.types.ArraySchema
-
This attribute indicates that all items in an array instance MUST be unique (contains no two identical values).
V
- ValidationConstraintResolver - Class in com.fasterxml.jackson.module.jsonSchema.jakarta.validation
-
Note: implementations should
- ValidationConstraintResolver - Class in com.fasterxml.jackson.module.jsonSchema.validation
-
Note: implementations should
- ValidationConstraintResolver() - Constructor for class com.fasterxml.jackson.module.jsonSchema.jakarta.validation.ValidationConstraintResolver
- ValidationConstraintResolver() - Constructor for class com.fasterxml.jackson.module.jsonSchema.validation.ValidationConstraintResolver
- ValidationSchemaFactoryWrapper - Class in com.fasterxml.jackson.module.jsonSchema.customProperties
- ValidationSchemaFactoryWrapper - Class in com.fasterxml.jackson.module.jsonSchema.jakarta.customProperties
- ValidationSchemaFactoryWrapper() - Constructor for class com.fasterxml.jackson.module.jsonSchema.customProperties.ValidationSchemaFactoryWrapper
- ValidationSchemaFactoryWrapper() - Constructor for class com.fasterxml.jackson.module.jsonSchema.jakarta.customProperties.ValidationSchemaFactoryWrapper
- ValidationSchemaFactoryWrapper(ValidationConstraintResolver) - Constructor for class com.fasterxml.jackson.module.jsonSchema.jakarta.customProperties.ValidationSchemaFactoryWrapper
- ValidationSchemaFactoryWrapper(ValidationConstraintResolver) - Constructor for class com.fasterxml.jackson.module.jsonSchema.customProperties.ValidationSchemaFactoryWrapper
- ValidationSchemaFactoryWrapper.ValidationSchemaFactoryWrapperFactory - Class in com.fasterxml.jackson.module.jsonSchema.customProperties
- ValidationSchemaFactoryWrapper.ValidationSchemaFactoryWrapperFactory - Class in com.fasterxml.jackson.module.jsonSchema.jakarta.customProperties
- ValidationSchemaFactoryWrapperFactory() - Constructor for class com.fasterxml.jackson.module.jsonSchema.customProperties.ValidationSchemaFactoryWrapper.ValidationSchemaFactoryWrapperFactory
- ValidationSchemaFactoryWrapperFactory() - Constructor for class com.fasterxml.jackson.module.jsonSchema.jakarta.customProperties.ValidationSchemaFactoryWrapper.ValidationSchemaFactoryWrapperFactory
- value() - Method in class com.fasterxml.jackson.module.jsonSchema.jakarta.types.ArraySchema.NoAdditionalItems
- value() - Method in class com.fasterxml.jackson.module.jsonSchema.jakarta.types.ObjectSchema.NoAdditionalProperties
- value() - Method in class com.fasterxml.jackson.module.jsonSchema.types.ArraySchema.NoAdditionalItems
- value() - Method in class com.fasterxml.jackson.module.jsonSchema.types.ObjectSchema.NoAdditionalProperties
- valueFormat(JsonFormatVisitable, JavaType) - Method in class com.fasterxml.jackson.module.jsonSchema.factories.MapVisitor
- valueFormat(JsonFormatVisitable, JavaType) - Method in class com.fasterxml.jackson.module.jsonSchema.jakarta.factories.MapVisitor
- ValueTypeSchema - Class in com.fasterxml.jackson.module.jsonSchema.jakarta.types
-
This class represents a
JsonSchema
A primitive type. - ValueTypeSchema - Class in com.fasterxml.jackson.module.jsonSchema.types
-
This class represents a
JsonSchema
A primitive type. - ValueTypeSchema() - Constructor for class com.fasterxml.jackson.module.jsonSchema.jakarta.types.ValueTypeSchema
- ValueTypeSchema() - Constructor for class com.fasterxml.jackson.module.jsonSchema.types.ValueTypeSchema
- Visitor - Interface in com.fasterxml.jackson.module.jsonSchema.factories
-
Created by adb on 6/12/14.
- Visitor - Interface in com.fasterxml.jackson.module.jsonSchema.jakarta.factories
-
Created by adb on 6/12/14.
- visitorContext - Variable in class com.fasterxml.jackson.module.jsonSchema.factories.ArrayVisitor
- visitorContext - Variable in class com.fasterxml.jackson.module.jsonSchema.factories.MapVisitor
- visitorContext - Variable in class com.fasterxml.jackson.module.jsonSchema.factories.ObjectVisitor
- visitorContext - Variable in class com.fasterxml.jackson.module.jsonSchema.factories.SchemaFactoryWrapper
- visitorContext - Variable in class com.fasterxml.jackson.module.jsonSchema.jakarta.factories.ArrayVisitor
- visitorContext - Variable in class com.fasterxml.jackson.module.jsonSchema.jakarta.factories.MapVisitor
- visitorContext - Variable in class com.fasterxml.jackson.module.jsonSchema.jakarta.factories.ObjectVisitor
- visitorContext - Variable in class com.fasterxml.jackson.module.jsonSchema.jakarta.factories.SchemaFactoryWrapper
- VisitorContext - Class in com.fasterxml.jackson.module.jsonSchema.factories
- VisitorContext - Class in com.fasterxml.jackson.module.jsonSchema.jakarta.factories
- VisitorContext() - Constructor for class com.fasterxml.jackson.module.jsonSchema.factories.VisitorContext
- VisitorContext() - Constructor for class com.fasterxml.jackson.module.jsonSchema.jakarta.factories.VisitorContext
- visitorFactory - Variable in class com.fasterxml.jackson.module.jsonSchema.factories.SchemaFactoryWrapper
- visitorFactory - Variable in class com.fasterxml.jackson.module.jsonSchema.jakarta.factories.SchemaFactoryWrapper
W
- wrapperFactory - Variable in class com.fasterxml.jackson.module.jsonSchema.factories.ArrayVisitor
- wrapperFactory - Variable in class com.fasterxml.jackson.module.jsonSchema.factories.FormatVisitorFactory
- wrapperFactory - Variable in class com.fasterxml.jackson.module.jsonSchema.factories.MapVisitor
- wrapperFactory - Variable in class com.fasterxml.jackson.module.jsonSchema.factories.ObjectVisitor
- wrapperFactory - Variable in class com.fasterxml.jackson.module.jsonSchema.jakarta.factories.ArrayVisitor
- wrapperFactory - Variable in class com.fasterxml.jackson.module.jsonSchema.jakarta.factories.FormatVisitorFactory
- wrapperFactory - Variable in class com.fasterxml.jackson.module.jsonSchema.jakarta.factories.MapVisitor
- wrapperFactory - Variable in class com.fasterxml.jackson.module.jsonSchema.jakarta.factories.ObjectVisitor
- WrapperFactory - Class in com.fasterxml.jackson.module.jsonSchema.factories
-
Exists to supply
SchemaFactoryWrapper
or its subclasses to nested schema factories. - WrapperFactory - Class in com.fasterxml.jackson.module.jsonSchema.jakarta.factories
-
Exists to supply
SchemaFactoryWrapper
or its subclasses to nested schema factories. - WrapperFactory() - Constructor for class com.fasterxml.jackson.module.jsonSchema.factories.WrapperFactory
- WrapperFactory() - Constructor for class com.fasterxml.jackson.module.jsonSchema.jakarta.factories.WrapperFactory
_
- _equals(JsonSchema) - Method in class com.fasterxml.jackson.module.jsonSchema.jakarta.JsonSchema
- _equals(ArraySchema) - Method in class com.fasterxml.jackson.module.jsonSchema.jakarta.types.ArraySchema
- _equals(BooleanSchema) - Method in class com.fasterxml.jackson.module.jsonSchema.jakarta.types.BooleanSchema
- _equals(ContainerTypeSchema) - Method in class com.fasterxml.jackson.module.jsonSchema.jakarta.types.ContainerTypeSchema
- _equals(HyperSchema) - Method in class com.fasterxml.jackson.module.jsonSchema.jakarta.types.HyperSchema
- _equals(HyperSchema.LinkDescriptionObject) - Method in class com.fasterxml.jackson.module.jsonSchema.jakarta.types.HyperSchema.LinkDescriptionObject
- _equals(IntegerSchema) - Method in class com.fasterxml.jackson.module.jsonSchema.jakarta.types.IntegerSchema
- _equals(NumberSchema) - Method in class com.fasterxml.jackson.module.jsonSchema.jakarta.types.NumberSchema
- _equals(ObjectSchema) - Method in class com.fasterxml.jackson.module.jsonSchema.jakarta.types.ObjectSchema
- _equals(ReferenceSchema) - Method in class com.fasterxml.jackson.module.jsonSchema.jakarta.types.ReferenceSchema
- _equals(SimpleTypeSchema) - Method in class com.fasterxml.jackson.module.jsonSchema.jakarta.types.SimpleTypeSchema
- _equals(StringSchema) - Method in class com.fasterxml.jackson.module.jsonSchema.jakarta.types.StringSchema
- _equals(UnionTypeSchema) - Method in class com.fasterxml.jackson.module.jsonSchema.jakarta.types.UnionTypeSchema
- _equals(ValueTypeSchema) - Method in class com.fasterxml.jackson.module.jsonSchema.jakarta.types.ValueTypeSchema
- _equals(JsonSchema) - Method in class com.fasterxml.jackson.module.jsonSchema.JsonSchema
- _equals(ArraySchema) - Method in class com.fasterxml.jackson.module.jsonSchema.types.ArraySchema
- _equals(BooleanSchema) - Method in class com.fasterxml.jackson.module.jsonSchema.types.BooleanSchema
- _equals(ContainerTypeSchema) - Method in class com.fasterxml.jackson.module.jsonSchema.types.ContainerTypeSchema
- _equals(HyperSchema) - Method in class com.fasterxml.jackson.module.jsonSchema.types.HyperSchema
- _equals(HyperSchema.LinkDescriptionObject) - Method in class com.fasterxml.jackson.module.jsonSchema.types.HyperSchema.LinkDescriptionObject
- _equals(IntegerSchema) - Method in class com.fasterxml.jackson.module.jsonSchema.types.IntegerSchema
- _equals(NumberSchema) - Method in class com.fasterxml.jackson.module.jsonSchema.types.NumberSchema
- _equals(ObjectSchema) - Method in class com.fasterxml.jackson.module.jsonSchema.types.ObjectSchema
- _equals(ReferenceSchema) - Method in class com.fasterxml.jackson.module.jsonSchema.types.ReferenceSchema
- _equals(SimpleTypeSchema) - Method in class com.fasterxml.jackson.module.jsonSchema.types.SimpleTypeSchema
- _equals(StringSchema) - Method in class com.fasterxml.jackson.module.jsonSchema.types.StringSchema
- _equals(UnionTypeSchema) - Method in class com.fasterxml.jackson.module.jsonSchema.types.UnionTypeSchema
- _equals(ValueTypeSchema) - Method in class com.fasterxml.jackson.module.jsonSchema.types.ValueTypeSchema
- _mapper - Variable in class com.fasterxml.jackson.module.jsonSchema.jakarta.JsonSchemaGenerator
-
Deprecated.Since 2.6
- _mapper - Variable in class com.fasterxml.jackson.module.jsonSchema.JsonSchemaGenerator
-
Deprecated.Since 2.6
- _visitor - Variable in class com.fasterxml.jackson.module.jsonSchema.jakarta.JsonSchemaGenerator
- _visitor - Variable in class com.fasterxml.jackson.module.jsonSchema.JsonSchemaGenerator
- _wrapperFactory - Variable in class com.fasterxml.jackson.module.jsonSchema.jakarta.JsonSchemaGenerator
- _wrapperFactory - Variable in class com.fasterxml.jackson.module.jsonSchema.JsonSchemaGenerator
- _writer - Variable in class com.fasterxml.jackson.module.jsonSchema.jakarta.JsonSchemaGenerator
- _writer - Variable in class com.fasterxml.jackson.module.jsonSchema.JsonSchemaGenerator
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form