Uses of Class
com.fasterxml.jackson.module.jsonSchema.types.ArraySchema.AdditionalItems
-
Packages that use ArraySchema.AdditionalItems Package Description com.fasterxml.jackson.module.jsonSchema.types -
-
Uses of ArraySchema.AdditionalItems in com.fasterxml.jackson.module.jsonSchema.types
Subclasses of ArraySchema.AdditionalItems in com.fasterxml.jackson.module.jsonSchema.types Modifier and Type Class Description static classArraySchema.NoAdditionalItemsThis can be false to indicate additional items in the array are not allowedstatic classArraySchema.SchemaAdditionalItemsor it can be a jsonSchema that defines the jsonSchema of the additional items.Fields in com.fasterxml.jackson.module.jsonSchema.types declared as ArraySchema.AdditionalItems Modifier and Type Field Description protected ArraySchema.AdditionalItemsArraySchema. additionalItemsMethods in com.fasterxml.jackson.module.jsonSchema.types that return ArraySchema.AdditionalItems Modifier and Type Method Description ArraySchema.AdditionalItemsAdditionalItemsDeserializer. deserialize(com.fasterxml.jackson.core.JsonParser p, com.fasterxml.jackson.databind.DeserializationContext ctxt)ArraySchema.AdditionalItemsArraySchema. getAdditionalItems()Methods in com.fasterxml.jackson.module.jsonSchema.types with parameters of type ArraySchema.AdditionalItems Modifier and Type Method Description voidArraySchema. setAdditionalItems(ArraySchema.AdditionalItems additionalItems)
-