Uses of Enum Class
org.springframework.data.mongodb.core.spel.MethodReferenceNode.AggregationMethodReference.ArgumentType
Packages that use MethodReferenceNode.AggregationMethodReference.ArgumentType
Package
Description
Support classes to transform SpEL expressions into MongoDB expressions.
-
Uses of MethodReferenceNode.AggregationMethodReference.ArgumentType in org.springframework.data.mongodb.core.spel
Subclasses with type arguments of type MethodReferenceNode.AggregationMethodReference.ArgumentType in org.springframework.data.mongodb.core.spelModifier and TypeClassDescriptionstatic enumThe actual argument type to use when mapping parameters to MongoDB specific format.Methods in org.springframework.data.mongodb.core.spel that return MethodReferenceNode.AggregationMethodReference.ArgumentTypeModifier and TypeMethodDescriptionMethodReferenceNode.AggregationMethodReference.getArgumentType()Get theMethodReferenceNode.AggregationMethodReference.ArgumentTypeused by the MongoDB.Returns the enum constant of this class with the specified name.MethodReferenceNode.AggregationMethodReference.ArgumentType.values()Returns an array containing the constants of this enum class, in the order they are declared.