类分层结构
- java.lang.Object
- xiaofei.library.datastorage.annotation.AnnotationProcessor
- xiaofei.library.datastorage.util.CodeUtils
- xiaofei.library.datastorage.database.DatabaseStorage (implements xiaofei.library.datastorage.IDataStorage)
- xiaofei.library.datastorage.DataStorageFactory
- xiaofei.library.datastorage.database.DbConfig
- xiaofei.library.datastorage.database.DefaultCoderHook (implements xiaofei.library.datastorage.database.ICoderHook)
- xiaofei.library.datastorage.annotation.FieldMember (implements xiaofei.library.datastorage.annotation.Member)
- xiaofei.library.datastorage.database.GsonObjectCoder (implements xiaofei.library.datastorage.database.DbService.Coder)
- xiaofei.library.datastorage.database.GzipCoderHook (implements xiaofei.library.datastorage.database.ICoderHook)
- xiaofei.library.datastorage.util.GzipUtils
- xiaofei.library.datastorage.annotation.MethodMember (implements xiaofei.library.datastorage.annotation.Member)
- xiaofei.library.datastorage.database.SerialObjectCoder (implements xiaofei.library.datastorage.database.DbService.Coder)
- android.database.sqlite.SQLiteOpenHelper
接口分层结构
注释类型分层结构
- xiaofei.library.datastorage.annotation.ClassId (implements java.lang.annotation.Annotation)
- xiaofei.library.datastorage.annotation.ObjectId (implements java.lang.annotation.Annotation)