Uses of Class
com.fasterxml.jackson.module.jsonSchema.jakarta.types.ArraySchema.Items
-
Packages that use ArraySchema.Items Package Description com.fasterxml.jackson.module.jsonSchema.jakarta.types -
-
Uses of ArraySchema.Items in com.fasterxml.jackson.module.jsonSchema.jakarta.types
Subclasses of ArraySchema.Items in com.fasterxml.jackson.module.jsonSchema.jakarta.types Modifier and Type Class Description static class
ArraySchema.ArrayItems
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
ArraySchema.SingleItems
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.Items Modifier and Type Field Description protected ArraySchema.Items
ArraySchema. items
Methods in com.fasterxml.jackson.module.jsonSchema.jakarta.types that return ArraySchema.Items Modifier and Type Method Description ArraySchema.Items
ArraySchema.ItemsDeserializer. deserialize(com.fasterxml.jackson.core.JsonParser parser, com.fasterxml.jackson.databind.DeserializationContext context)
ArraySchema.Items
ArraySchema. getItems()
Methods in com.fasterxml.jackson.module.jsonSchema.jakarta.types with parameters of type ArraySchema.Items Modifier and Type Method Description void
ArraySchema. setItems(ArraySchema.Items items)
-