Uses of Class
org.springframework.data.mongodb.core.schema.IdentifiableJsonSchemaProperty.ArrayJsonSchemaProperty
Packages that use IdentifiableJsonSchemaProperty.ArrayJsonSchemaProperty
Package
Description
MongoDB-specific JSON schema implementation classes.
-
Uses of IdentifiableJsonSchemaProperty.ArrayJsonSchemaProperty in org.springframework.data.mongodb.core.schema
Methods in org.springframework.data.mongodb.core.schema that return IdentifiableJsonSchemaProperty.ArrayJsonSchemaPropertyModifier and TypeMethodDescriptionIdentifiableJsonSchemaProperty.ArrayJsonSchemaProperty.additionalItems(boolean additionalItemsAllowed) IdentifiableJsonSchemaProperty.ArrayJsonSchemaProperty.allOf(Collection<JsonSchemaObject> allOf) IdentifiableJsonSchemaProperty.ArrayJsonSchemaProperty.allOf(JsonSchemaObject... allOf) IdentifiableJsonSchemaProperty.ArrayJsonSchemaProperty.anyOf(Collection<JsonSchemaObject> anyOf) IdentifiableJsonSchemaProperty.ArrayJsonSchemaProperty.anyOf(JsonSchemaObject... anyOf) Creates a newIdentifiableJsonSchemaProperty.ArrayJsonSchemaPropertywith given identifier oftype : 'array'.IdentifiableJsonSchemaProperty.ArrayJsonSchemaProperty.description(String description) IdentifiableJsonSchemaProperty.ArrayJsonSchemaProperty.generatedDescription()IdentifiableJsonSchemaProperty.ArrayJsonSchemaProperty.items(Collection<JsonSchemaObject> items) IdentifiableJsonSchemaProperty.ArrayJsonSchemaProperty.items(JsonSchemaObject... items) IdentifiableJsonSchemaProperty.ArrayJsonSchemaProperty.maxItems(int count) IdentifiableJsonSchemaProperty.ArrayJsonSchemaProperty.minItems(int count) IdentifiableJsonSchemaProperty.ArrayJsonSchemaProperty.notMatch(JsonSchemaObject notMatch) IdentifiableJsonSchemaProperty.ArrayJsonSchemaProperty.oneOf(Collection<JsonSchemaObject> oneOf) IdentifiableJsonSchemaProperty.ArrayJsonSchemaProperty.oneOf(JsonSchemaObject... oneOf) IdentifiableJsonSchemaProperty.ArrayJsonSchemaProperty.possibleValues(Object... possibleValues) IdentifiableJsonSchemaProperty.ArrayJsonSchemaProperty.possibleValues(Collection<Object> possibleValues) IdentifiableJsonSchemaProperty.ArrayJsonSchemaProperty.uniqueItems(boolean uniqueItems)