JavaScript is disabled on your browser.
Skip navigation links
Spring Data Core
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Field |
Optional |
Required
Detail:
Field |
Element
SEARCH:
Package
org.springframework.data.web
Annotation Interface ProjectedPayload
@Documented
@Retention
(
RUNTIME
)
@Target
(
TYPE
)
public @interface
ProjectedPayload
Annotation to mark projection interfaces that are supposed to be used as projection interface to bind request or response payloads to.
Since:
1.13
Author:
Oliver Gierke