org.codehaus.jackson.map.annotate
@Target(value=TYPE) @Retention(value=RUNTIME) public @interface JsonValueInstantiator
ValueInstantiator
to use
for creating instances of specified type.Modifier and Type | Required Element and Description |
---|---|
java.lang.Class<? extends ValueInstantiator> |
value |
public abstract java.lang.Class<? extends ValueInstantiator> value
ValueInstantiator
to use for annotated type