Package com.db4o.reflect.core
Interface ConstructorAwareReflectClass
-
- All Superinterfaces:
ReflectClass
- All Known Subinterfaces:
JavaReflectClass
- All Known Implementing Classes:
JdkClass
public interface ConstructorAwareReflectClass extends ReflectClass
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ReflectConstructor
getSerializableConstructor()
-
Methods inherited from interface com.db4o.reflect.ReflectClass
ensureCanBeInstantiated, getComponentType, getDeclaredField, getDeclaredFields, getDelegate, getMethod, getName, getSuperclass, isAbstract, isArray, isAssignableFrom, isCollection, isInstance, isInterface, isPrimitive, isSimple, newInstance, nullValue, reflector
-
-
-
-
Method Detail
-
getSerializableConstructor
ReflectConstructor getSerializableConstructor()
-
-