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 class
ArraySchema.NoAdditionalItems
This can be false to indicate additional items in the array are not allowedstatic class
ArraySchema.SchemaAdditionalItems
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.AdditionalItems Modifier and Type Field Description protected ArraySchema.AdditionalItems
ArraySchema. additionalItems
Methods in com.fasterxml.jackson.module.jsonSchema.types that return ArraySchema.AdditionalItems Modifier and Type Method Description ArraySchema.AdditionalItems
AdditionalItemsDeserializer. deserialize(com.fasterxml.jackson.core.JsonParser p, com.fasterxml.jackson.databind.DeserializationContext ctxt)
ArraySchema.AdditionalItems
ArraySchema. getAdditionalItems()
Methods in com.fasterxml.jackson.module.jsonSchema.types with parameters of type ArraySchema.AdditionalItems Modifier and Type Method Description void
ArraySchema. setAdditionalItems(ArraySchema.AdditionalItems additionalItems)
-