Package com.db4o.internal
Class ReflectorConfigurationImpl
- java.lang.Object
-
- com.db4o.internal.ReflectorConfigurationImpl
-
- All Implemented Interfaces:
ReflectorConfiguration
public class ReflectorConfigurationImpl extends java.lang.Object implements ReflectorConfiguration
-
-
Constructor Summary
Constructors Constructor Description ReflectorConfigurationImpl(Config4Impl config)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
callConstructor(ReflectClass clazz)
boolean
testConstructors()
-
-
-
Constructor Detail
-
ReflectorConfigurationImpl
public ReflectorConfigurationImpl(Config4Impl config)
-
-
Method Detail
-
testConstructors
public boolean testConstructors()
- Specified by:
testConstructors
in interfaceReflectorConfiguration
-
callConstructor
public boolean callConstructor(ReflectClass clazz)
- Specified by:
callConstructor
in interfaceReflectorConfiguration
-
-