Uses of Class
org.springframework.data.mongodb.core.schema.IdentifiableJsonSchemaProperty.ObjectJsonSchemaProperty
Packages that use IdentifiableJsonSchemaProperty.ObjectJsonSchemaProperty
Package
Description
MongoDB-specific JSON schema implementation classes.
-
Uses of IdentifiableJsonSchemaProperty.ObjectJsonSchemaProperty in org.springframework.data.mongodb.core.schema
Methods in org.springframework.data.mongodb.core.schema that return IdentifiableJsonSchemaProperty.ObjectJsonSchemaPropertyModifier and TypeMethodDescriptionIdentifiableJsonSchemaProperty.ObjectJsonSchemaProperty.additionalProperties(boolean additionalPropertiesAllowed) IdentifiableJsonSchemaProperty.ObjectJsonSchemaProperty.additionalProperties(TypedJsonSchemaObject.ObjectJsonSchemaObject additionalProperties) IdentifiableJsonSchemaProperty.ObjectJsonSchemaProperty.allOf(Collection<JsonSchemaObject> allOf) IdentifiableJsonSchemaProperty.ObjectJsonSchemaProperty.allOf(JsonSchemaObject... allOf) IdentifiableJsonSchemaProperty.ObjectJsonSchemaProperty.anyOf(Collection<JsonSchemaObject> anyOf) IdentifiableJsonSchemaProperty.ObjectJsonSchemaProperty.anyOf(JsonSchemaObject... anyOf) IdentifiableJsonSchemaProperty.ObjectJsonSchemaProperty.description(String description) IdentifiableJsonSchemaProperty.ObjectJsonSchemaProperty.generatedDescription()IdentifiableJsonSchemaProperty.ObjectJsonSchemaProperty.maxProperties(int count) IdentifiableJsonSchemaProperty.ObjectJsonSchemaProperty.minProperties(int count) IdentifiableJsonSchemaProperty.ObjectJsonSchemaProperty.notMatch(JsonSchemaObject notMatch) Creates a newIdentifiableJsonSchemaProperty.ObjectJsonSchemaPropertywith given identifier oftype : 'object'.IdentifiableJsonSchemaProperty.ObjectJsonSchemaProperty.oneOf(Collection<JsonSchemaObject> oneOf) IdentifiableJsonSchemaProperty.ObjectJsonSchemaProperty.oneOf(JsonSchemaObject... oneOf) IdentifiableJsonSchemaProperty.ObjectJsonSchemaProperty.possibleValues(Object... possibleValues) IdentifiableJsonSchemaProperty.ObjectJsonSchemaProperty.possibleValues(Collection<Object> possibleValues) IdentifiableJsonSchemaProperty.ObjectJsonSchemaProperty.properties(JsonSchemaProperty... properties) IdentifiableJsonSchemaProperty.ObjectJsonSchemaProperty.propertiesCount(Range<Integer> range)