Uses of Class
org.springframework.data.mongodb.core.spel.ExpressionTransformationContextSupport
Packages that use ExpressionTransformationContextSupport
Package
Description
Support classes to transform SpEL expressions into MongoDB expressions.
-
Uses of ExpressionTransformationContextSupport in org.springframework.data.mongodb.core.spel
Classes in org.springframework.data.mongodb.core.spel with type parameters of type ExpressionTransformationContextSupportModifier and TypeInterfaceDescriptioninterfaceExpressionTransformer<T extends ExpressionTransformationContextSupport<?>>SPI interface to implement components that can transform anExpressionTransformationContextSupportinto an object.