@Target(value={ANNOTATION_TYPE,METHOD}) @Retention(value=RUNTIME) public @interface JsonAnyGetter
JsonAnySetter
).
Note that the return type of annotated methods must be
Map
).
As with JsonAnySetter
, only one property should be annotated
with this annotation; if multiple methods are annotated, an exception
may be thrown.
Modifier and Type | Optional Element and Description |
---|---|
boolean |
enabled
Optional argument that defines whether this annotation is active
or not.
|
public abstract boolean enabled
Copyright © 2008–2018 FasterXML. All rights reserved.