Uses of Class
org.springframework.data.mongodb.core.schema.TypedJsonSchemaObject.NumericJsonSchemaObject
Packages that use TypedJsonSchemaObject.NumericJsonSchemaObject
Package
Description
MongoDB-specific JSON schema implementation classes.
-
Uses of TypedJsonSchemaObject.NumericJsonSchemaObject in org.springframework.data.mongodb.core.schema
Methods in org.springframework.data.mongodb.core.schema that return TypedJsonSchemaObject.NumericJsonSchemaObjectModifier and TypeMethodDescriptionTypedJsonSchemaObject.NumericJsonSchemaObject.allOf(Collection<JsonSchemaObject> allOf) TypedJsonSchemaObject.NumericJsonSchemaObject.anyOf(Collection<JsonSchemaObject> anyOf) TypedJsonSchemaObject.NumericJsonSchemaObject.description(String description) TypedJsonSchemaObject.NumericJsonSchemaObject.generatedDescription()Set minimum to givenminvalue and exclusiveMinimum to true.Set minimum to givenminvalue and exclusiveMinimum to false.Set maximum to givenmaxvalue and exclusiveMaximum to true.Set maximum to givenmaxvalue and exclusiveMaximum to false.TypedJsonSchemaObject.NumericJsonSchemaObject.multipleOf(Number value) Set the value a valid field value must be the multiple of.TypedJsonSchemaObject.NumericJsonSchemaObject.notMatch(JsonSchemaObject notMatch) JsonSchemaObject.number()Create a newJsonSchemaObjectoftype : 'number'.TypedJsonSchemaObject.NumericJsonSchemaObject.oneOf(Collection<JsonSchemaObject> oneOf) TypedJsonSchemaObject.NumericJsonSchemaObject.possibleValues(Collection<? extends Object> possibleValues) Set theRangeof valid field values translating to minimum, exclusiveMinimum, maximum and exclusiveMaximum.Constructors in org.springframework.data.mongodb.core.schema with parameters of type TypedJsonSchemaObject.NumericJsonSchemaObjectModifierConstructorDescriptionNumericJsonSchemaProperty(String identifier, TypedJsonSchemaObject.NumericJsonSchemaObject schemaObject)