@Target(value=METHOD) @Retention(value=RUNTIME) public @interface Projection
| Modifier and Type | Optional Element and Description |
|---|---|
String |
propertyName
The name of the property on the source object to be projected onto this
setter method.
|
String |
referencePropertyName
This property is only required if you use ProjectionType.property or ProjectionType.propertyCollection.
|
ProjectionType |
value
The type of projection to be used by the Projector.
|
public abstract ProjectionType value
ProjectionTypepublic abstract String propertyName
public abstract String referencePropertyName
Copyright © 2018. All rights reserved.