クラス ProxyingHandlerMethodArgumentResolver

java.lang.ObjectSE
org.springframework.web.method.annotation.ModelAttributeMethodProcessor
org.springframework.data.web.ProxyingHandlerMethodArgumentResolver
実装済みのインターフェース一覧:
Aware, BeanClassLoaderAware, BeanFactoryAware, HandlerMethodArgumentResolver, HandlerMethodReturnValueHandler

public class ProxyingHandlerMethodArgumentResolver extends ModelAttributeMethodProcessor implements BeanFactoryAware, BeanClassLoaderAware
HandlerMethodArgumentResolver to create Proxy instances for interface-based controller method parameters. Resolution requires the method parameter or its interface type to be annotated with ProjectedPayload .

By default, data binding for collection properties is limited to 1024 elements. This limit can be overridden by setting the "spring.data.web.projection.collection-limit" Spring property.

導入:
1.10
作成者:
Oliver Gierke, Chris Bono, Mark Paluch, Christoph Strobl