Uses of Class
org.springframework.data.mongodb.core.schema.QueryCharacteristics
Packages that use QueryCharacteristics
Package
Description
MongoDB-specific JSON schema implementation classes.
-
Uses of QueryCharacteristics in org.springframework.data.mongodb.core.schema
Methods in org.springframework.data.mongodb.core.schema that return QueryCharacteristicsModifier and TypeMethodDescriptionIdentifiableJsonSchemaProperty.QueryableJsonSchemaProperty.getCharacteristics()static QueryCharacteristicsQueryCharacteristics.none()static QueryCharacteristicsQueryCharacteristics.of(List<QueryCharacteristic> characteristics) Create newQueryCharacteristicsfrom given list ofcharacteristics.static QueryCharacteristicsQueryCharacteristics.of(QueryCharacteristic... characteristics) Create newQueryCharacteristicsfrom givencharacteristics.Constructors in org.springframework.data.mongodb.core.schema with parameters of type QueryCharacteristicsModifierConstructorDescriptionQueryableJsonSchemaProperty(JsonSchemaProperty target, QueryCharacteristics characteristics)