|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Target(value={ANNOTATION_TYPE,TYPE})
@Retention(value=RUNTIME)
public @interface JsonValueInstantiator
Annotation that can be used to indicate a ValueInstantiator to use
for creating instances of specified type.
| Required Element Summary | |
|---|---|
Class<? extends ValueInstantiator> |
value
|
| Element Detail |
|---|
public abstract Class<? extends ValueInstantiator> value
ValueInstantiator to use for annotated type
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||