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 classArraySchema.ArrayItemsWhen 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 classArraySchema.SingleItemsWhen 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.ItemsArraySchema. itemsMethods in com.fasterxml.jackson.module.jsonSchema.jakarta.types that return ArraySchema.Items Modifier and Type Method Description ArraySchema.ItemsArraySchema.ItemsDeserializer. deserialize(com.fasterxml.jackson.core.JsonParser parser, com.fasterxml.jackson.databind.DeserializationContext context)ArraySchema.ItemsArraySchema. getItems()Methods in com.fasterxml.jackson.module.jsonSchema.jakarta.types with parameters of type ArraySchema.Items Modifier and Type Method Description voidArraySchema. setItems(ArraySchema.Items items)
-