|
Spring Data MongoDB - Core | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ExpressionTransformer<T extends ExpressionTransformationContextSupport<?>>
SPI interface to implement components that can transfrom an ExpressionTransformationContextSupport into an
object.
| Method Summary | |
|---|---|
Object |
transform(T context)
Transforms the given ExpressionTransformationContextSupport into an Object. |
| Method Detail |
|---|
Object transform(T context)
ExpressionTransformationContextSupport into an Object.
context - will never be null.
|
Spring Data MongoDB - Core | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||