protected static class SerializerPojo.FieldInfo extends Object
| Modifier and Type | Field and Description |
|---|---|
protected Class<?> |
clazz |
protected Field |
field |
protected String |
name |
protected boolean |
primitive |
protected String |
type |
protected Class<?> |
typeClass |
| Constructor and Description |
|---|
SerializerPojo.FieldInfo(String name,
String type,
Class<?> typeClass,
Class<?> clazz) |
Copyright © 2015. All Rights Reserved.