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 givenExpressionTransformationContextSupport
into an Object.
-
Method Details
-
transform
Transforms the givenExpressionTransformationContextSupport
into an Object.- Parameters:
context
- will never be null.- Returns:
-