Uses of Class
com.jsoniter.annotation.JsonWrapperType
-
Packages that use JsonWrapperType Package Description com.jsoniter.annotation -
-
Uses of JsonWrapperType in com.jsoniter.annotation
Methods in com.jsoniter.annotation that return JsonWrapperType Modifier and Type Method Description JsonWrapperType
value()
static JsonWrapperType
JsonWrapperType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static JsonWrapperType[]
JsonWrapperType. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-