Uses of Class
com.fasterxml.jackson.module.jsonSchema.types.ArraySchema.AdditionalItems
Packages that use ArraySchema.AdditionalItems
-
Uses of ArraySchema.AdditionalItems in com.fasterxml.jackson.module.jsonSchema.types
Subclasses of ArraySchema.AdditionalItems in com.fasterxml.jackson.module.jsonSchema.typesModifier and TypeClassDescriptionstatic class
This can be false to indicate additional items in the array are not allowedstatic class
or it can be a jsonSchema that defines the jsonSchema of the additional items.Fields in com.fasterxml.jackson.module.jsonSchema.types declared as ArraySchema.AdditionalItemsModifier and TypeFieldDescriptionprotected ArraySchema.AdditionalItems
ArraySchema.additionalItems
Methods in com.fasterxml.jackson.module.jsonSchema.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.types with parameters of type ArraySchema.AdditionalItemsModifier and TypeMethodDescriptionvoid
ArraySchema.setAdditionalItems
(ArraySchema.AdditionalItems additionalItems)