Uses of Class
com.fasterxml.jackson.module.jsonSchema.jakarta.types.ArraySchema.AdditionalItems
Packages that use ArraySchema.AdditionalItems
-
Uses of ArraySchema.AdditionalItems in com.fasterxml.jackson.module.jsonSchema.jakarta.types
Modifier and TypeClassDescriptionstatic classThis can be false to indicate additional items in the array are not allowedstatic classor it can be a jsonSchema that defines the jsonSchema of the additional items.Subclasses with type arguments of type ArraySchema.AdditionalItems in com.fasterxml.jackson.module.jsonSchema.jakarta.typesFields in com.fasterxml.jackson.module.jsonSchema.jakarta.types declared as ArraySchema.AdditionalItemsModifier and TypeFieldDescriptionprotected ArraySchema.AdditionalItemsArraySchema.additionalItemsMethods in com.fasterxml.jackson.module.jsonSchema.jakarta.types that return ArraySchema.AdditionalItemsModifier and TypeMethodDescriptionAdditionalItemsDeserializer.deserialize(com.fasterxml.jackson.core.JsonParser p, com.fasterxml.jackson.databind.DeserializationContext ctxt) ArraySchema.getAdditionalItems()Methods in com.fasterxml.jackson.module.jsonSchema.jakarta.types with parameters of type ArraySchema.AdditionalItemsModifier and TypeMethodDescriptionvoidArraySchema.setAdditionalItems(ArraySchema.AdditionalItems additionalItems)