Module spring.data.mongodb
Class LiteralOperators.LiteralOperatorFactory
java.lang.Object
org.springframework.data.mongodb.core.aggregation.LiteralOperators.LiteralOperatorFactory
- Enclosing class:
- LiteralOperators
- Author:
- Christoph Strobl
-
Constructor Summary
ConstructorsConstructorDescriptionLiteralOperatorFactory(Object value) Creates newLiteralOperators.LiteralOperatorFactoryfor given value. -
Method Summary
Modifier and TypeMethodDescriptionCreates newLiteralOperators.Literalthat returns the associated value without parsing.
-
Constructor Details
-
LiteralOperatorFactory
Creates newLiteralOperators.LiteralOperatorFactoryfor given value.- Parameters:
value- must not be null.
-
-
Method Details
-
asLiteral
Creates newLiteralOperators.Literalthat returns the associated value without parsing.- Returns:
-