@Target(value=ANNOTATION_TYPE)
@Retention(value=RUNTIME)
@Documented
public @interface TypeConversionHint
ObjectMapper when converting the
property that this is annotated with.| Modifier and Type | Required Element and Description |
|---|---|
java.lang.String |
name
The hint's name.
|
java.lang.String |
stringValue
The hints value.
|
Copyright © 2013. All Rights Reserved.