Uses of Class
org.springframework.data.mongodb.core.schema.TypedJsonSchemaObject.BooleanJsonSchemaObject
Packages that use TypedJsonSchemaObject.BooleanJsonSchemaObject
Package
Description
MongoDB-specific JSON schema implementation classes.
-
Uses of TypedJsonSchemaObject.BooleanJsonSchemaObject in org.springframework.data.mongodb.core.schema
Methods in org.springframework.data.mongodb.core.schema that return TypedJsonSchemaObject.BooleanJsonSchemaObjectModifier and TypeMethodDescriptionTypedJsonSchemaObject.BooleanJsonSchemaObject.allOf(Collection<JsonSchemaObject> allOf) TypedJsonSchemaObject.BooleanJsonSchemaObject.anyOf(Collection<JsonSchemaObject> anyOf) JsonSchemaObject.bool()Create a newJsonSchemaObjectoftype : 'boolean'.TypedJsonSchemaObject.BooleanJsonSchemaObject.description(String description) TypedJsonSchemaObject.BooleanJsonSchemaObject.generatedDescription()TypedJsonSchemaObject.BooleanJsonSchemaObject.notMatch(JsonSchemaObject notMatch) TypedJsonSchemaObject.BooleanJsonSchemaObject.oneOf(Collection<JsonSchemaObject> oneOf) TypedJsonSchemaObject.BooleanJsonSchemaObject.possibleValues(Collection<? extends Object> possibleValues)