Package com.db4o.reflect.core
Interface ReflectConstructor
-
- All Known Implementing Classes:
JdkConstructor,PlatformReflectConstructor
public interface ReflectConstructorrepresentation for java.lang.reflect.Constructor.
See the respective documentation in the JDK API.- See Also:
Reflector
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ReflectClass[]getParameterTypes()java.lang.ObjectnewInstance(java.lang.Object[] parameters)
-
-
-
Method Detail
-
getParameterTypes
ReflectClass[] getParameterTypes()
-
newInstance
java.lang.Object newInstance(java.lang.Object[] parameters)
-
-