Module spring.data.mongodb
Interface ExpressionTransformer<T extends ExpressionTransformationContextSupport<?>>
public interface ExpressionTransformer<T extends ExpressionTransformationContextSupport<?>>
SPI interface to implement components that can transform an
ExpressionTransformationContextSupport into an
object.- Author:
- Oliver Gierke
-
Method Summary
Modifier and TypeMethodDescriptionTransforms the givenExpressionTransformationContextSupportinto an Object.
-
Method Details
-
transform
Transforms the givenExpressionTransformationContextSupportinto an Object.- Parameters:
context- will never be null.- Returns:
-