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 |
protected final String name
protected final boolean primitive
protected final String type
protected Class<?> typeClass
protected final Class<?> clazz
protected Field field
public FieldInfo(ObjectStreamField sf, Class<?> clazz)
Copyright © 2016. All rights reserved.