|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | ||||||||
@Target(value=METHOD) @Retention(value=RUNTIME) public @interface JsonSetter
Marker annotation that can be used to define a non-static, single-argument method to be used as a "setter" for a logical property. Setter means that when a property with matching name is encountered in Json content, this method will be used to set value of the property.
| Optional Element Summary | |
|---|---|
java.lang.String |
value
Optional default argument that defines logical property this method is used to modify ("set"). |
public abstract java.lang.String value
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||