Package com.db4o.reflect
Interface ReflectorConfiguration
-
- All Known Implementing Classes:
ReflectorConfigurationImpl
public interface ReflectorConfiguration
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
callConstructor(ReflectClass clazz)
boolean
testConstructors()
-
-
-
Method Detail
-
testConstructors
boolean testConstructors()
-
callConstructor
boolean callConstructor(ReflectClass clazz)
-
-