public static class JsonConverter.FieldInfo
extends java.lang.Object
Field type class.
| Modifier and Type | Field and Description | 
|---|---|
| java.lang.Class<?>[] | elementTypesIf it is a collection type, it represents an element type. | 
| java.lang.Class<?> | typeGive type. | 
| Constructor and Description | 
|---|
| JsonConverter.FieldInfo() | 
public java.lang.Class<?> type
public java.lang.Class<?>[] elementTypes