org.mapdb
Class SerializerPojo.FieldInfo

java.lang.Object
  extended by 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'


Field Summary
protected  Class<?> clazz
           
protected  Field field
           
protected  String name
           
protected  boolean primitive
           
protected  String type
           
protected  Class<?> typeClass
           
 
Constructor Summary
SerializerPojo.FieldInfo(ObjectStreamField sf, Class<?> clazz)
           
SerializerPojo.FieldInfo(String name, boolean primitive, String type, Class<?> clazz)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

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.