Spring Data MongoDB - Core

org.springframework.data.mongodb.core.spel
Interface ExpressionTransformer<T extends ExpressionTransformationContextSupport<?>>


public interface ExpressionTransformer<T extends ExpressionTransformationContextSupport<?>>

SPI interface to implement components that can transfrom an ExpressionTransformationContextSupport into an object.

Author:
Oliver Gierke

Method Summary
 Object transform(T context)
          Transforms the given ExpressionTransformationContextSupport into an Object.
 

Method Detail

transform

Object transform(T context)
Transforms the given ExpressionTransformationContextSupport into an Object.

Parameters:
context - will never be null.
Returns:

Spring Data MongoDB - Core

Copyright © 2011-2014–2014 Pivotal Software, Inc.. All rights reserved.