Uses of Class
org.springframework.data.mongodb.core.schema.IdentifiableJsonSchemaProperty.UntypedJsonSchemaProperty
Packages that use IdentifiableJsonSchemaProperty.UntypedJsonSchemaProperty
Package
Description
MongoDB-specific JSON schema implementation classes.
-
Uses of IdentifiableJsonSchemaProperty.UntypedJsonSchemaProperty in org.springframework.data.mongodb.core.schema
Methods in org.springframework.data.mongodb.core.schema that return IdentifiableJsonSchemaProperty.UntypedJsonSchemaPropertyModifier and TypeMethodDescriptionIdentifiableJsonSchemaProperty.UntypedJsonSchemaProperty.allOf(Collection<JsonSchemaObject> allOf) IdentifiableJsonSchemaProperty.UntypedJsonSchemaProperty.allOf(JsonSchemaObject... allOf) IdentifiableJsonSchemaProperty.UntypedJsonSchemaProperty.anyOf(Collection<JsonSchemaObject> anyOf) IdentifiableJsonSchemaProperty.UntypedJsonSchemaProperty.anyOf(JsonSchemaObject... anyOf) IdentifiableJsonSchemaProperty.UntypedJsonSchemaProperty.description(String description) IdentifiableJsonSchemaProperty.UntypedJsonSchemaProperty.generatedDescription()IdentifiableJsonSchemaProperty.UntypedJsonSchemaProperty.notMatch(JsonSchemaObject notMatch) IdentifiableJsonSchemaProperty.UntypedJsonSchemaProperty.oneOf(Collection<JsonSchemaObject> oneOf) IdentifiableJsonSchemaProperty.UntypedJsonSchemaProperty.oneOf(JsonSchemaObject... oneOf) IdentifiableJsonSchemaProperty.UntypedJsonSchemaProperty.possibleValues(Object... possibleValues) IdentifiableJsonSchemaProperty.UntypedJsonSchemaProperty.possibleValues(Collection<Object> possibleValues) Creates a newIdentifiableJsonSchemaProperty.UntypedJsonSchemaPropertywith given identifier withouttype.