@Target(value=PACKAGE) @Retention(value=RUNTIME) public @interface JsonTypeMapping
Explicitly defines a mapping of the specified type to a target JSON type.
String
javaType
jsonType
public abstract String javaType
public abstract String jsonType
string
number
boolean
Copyright © 2016. All rights reserved.