Class SpelAwareProxyProjectionFactory

java.lang.Object
org.springframework.data.projection.SpelAwareProxyProjectionFactory
All Implemented Interfaces:
Aware, BeanClassLoaderAware, BeanFactoryAware, ProjectionFactory

public class SpelAwareProxyProjectionFactory extends Object implements BeanFactoryAware
A ProxyProjectionFactory that adds support to use Value-annotated methods on a projection interface to evaluate the contained SpEL expression to define the outcome of the method call.
Since:
1.10
Author:
Oliver Gierke, Thomas Darimont, Mark Paluch, Jens Schauder
  • Constructor Details

    • SpelAwareProxyProjectionFactory

      public SpelAwareProxyProjectionFactory()
  • Method Details