Package org.springframework.data.web
Annotation Interface JsonPath
Annotation to explicitly declare a JSON Path expression on a projection interface.
- Since:
- 1.13
- Author:
- Oliver Gierke
-
Required Element Summary
-
Element Details
-
value
String[] valueThe JSON Path expressions to be evaluated when the annotated method is invoked. If multiple ones are defined, the value of the first one actually present in the payload will be returned.- Returns:
-