Annotation Type JsonValueInstantiator
-
@Target({ANNOTATION_TYPE,TYPE}) @Retention(RUNTIME) public @interface JsonValueInstantiatorAnnotation that can be used to indicate aValueInstantiatorto use for creating instances of specified type.
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description java.lang.Class<? extends ValueInstantiator>value
-
-
-
Element Detail
-
value
java.lang.Class<? extends ValueInstantiator> value
- Returns:
ValueInstantiatorto use for annotated type
-
-