Annotation Interface Projection
Annotation that indicates a projected value. Only necessary when projecting properties from assocations or embedded class. As an alternative Spring's @Value annotation
can also be used but this one allows for specifying condition.
-
Nested Class Summary
Nested Classes -
Required Element Summary
Required Elements -
Optional Element Summary
Optional Elements
-
Element Details
-
path
String pathAssociation path- Returns:
- association path
-
-
-
condition
Condition class that decides if projection should be applied.- Returns:
- condtion
- Default:
- net.croz.nrich.search.api.annotation.Projection.DEFAULT.class
-