Uses of Class
com.fasterxml.jackson.module.jsonSchema.jakarta.types.ArraySchema.Items
Packages that use ArraySchema.Items
-
Uses of ArraySchema.Items in com.fasterxml.jackson.module.jsonSchema.jakarta.types
Subclasses of ArraySchema.Items in com.fasterxml.jackson.module.jsonSchema.jakarta.typesModifier and TypeClassDescriptionstatic class
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.static class
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.Fields in com.fasterxml.jackson.module.jsonSchema.jakarta.types declared as ArraySchema.ItemsMethods in com.fasterxml.jackson.module.jsonSchema.jakarta.types that return ArraySchema.ItemsModifier and TypeMethodDescriptionArraySchema.ItemsDeserializer.deserialize
(com.fasterxml.jackson.core.JsonParser parser, com.fasterxml.jackson.databind.DeserializationContext context) ArraySchema.getItems()
Methods in com.fasterxml.jackson.module.jsonSchema.jakarta.types with parameters of type ArraySchema.Items