org.mapdb
Class SerializerPojo.FieldInfo
java.lang.Object
org.mapdb.SerializerPojo.FieldInfo
- Enclosing class:
- SerializerPojo
protected static class SerializerPojo.FieldInfo
- extends Object
Stores info about single field stored in MapDB.
Roughly corresponds to 'java.io.ObjectFieldClass'
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
name
protected final String name
primitive
protected final boolean primitive
type
protected final String type
typeClass
protected Class<?> typeClass
clazz
protected final Class<?> clazz
field
protected Field field
SerializerPojo.FieldInfo
public SerializerPojo.FieldInfo(String name,
boolean primitive,
String type,
Class<?> clazz)
SerializerPojo.FieldInfo
public SerializerPojo.FieldInfo(ObjectStreamField sf,
Class<?> clazz)
Copyright © 2014. All Rights Reserved.