Uses of Class
org.springframework.data.mongodb.core.schema.IdentifiableJsonSchemaProperty.StringJsonSchemaProperty
Packages that use IdentifiableJsonSchemaProperty.StringJsonSchemaProperty
Package
Description
MongoDB-specific JSON schema implementation classes.
-
Uses of IdentifiableJsonSchemaProperty.StringJsonSchemaProperty in org.springframework.data.mongodb.core.schema
Methods in org.springframework.data.mongodb.core.schema that return IdentifiableJsonSchemaProperty.StringJsonSchemaPropertyModifier and TypeMethodDescriptionIdentifiableJsonSchemaProperty.StringJsonSchemaProperty.allOf(Collection<JsonSchemaObject> allOf) IdentifiableJsonSchemaProperty.StringJsonSchemaProperty.allOf(JsonSchemaObject... allOf) IdentifiableJsonSchemaProperty.StringJsonSchemaProperty.anyOf(Collection<JsonSchemaObject> anyOf) IdentifiableJsonSchemaProperty.StringJsonSchemaProperty.anyOf(JsonSchemaObject... anyOf) IdentifiableJsonSchemaProperty.StringJsonSchemaProperty.description(String description) IdentifiableJsonSchemaProperty.StringJsonSchemaProperty.generatedDescription()IdentifiableJsonSchemaProperty.StringJsonSchemaProperty.maxLength(int length) IdentifiableJsonSchemaProperty.StringJsonSchemaProperty.minLength(int length) IdentifiableJsonSchemaProperty.StringJsonSchemaProperty.notMatch(JsonSchemaObject notMatch) IdentifiableJsonSchemaProperty.StringJsonSchemaProperty.oneOf(Collection<JsonSchemaObject> oneOf) IdentifiableJsonSchemaProperty.StringJsonSchemaProperty.oneOf(JsonSchemaObject... oneOf) IdentifiableJsonSchemaProperty.StringJsonSchemaProperty.possibleValues(String... possibleValues) IdentifiableJsonSchemaProperty.StringJsonSchemaProperty.possibleValues(Collection<String> possibleValues) Creates a newIdentifiableJsonSchemaProperty.StringJsonSchemaPropertywith given identifier oftype : 'string'.