db4o 6.1

com.db4o.reflect.self
Class SelfConstructor

java.lang.Object
  extended by com.db4o.reflect.self.SelfConstructor
All Implemented Interfaces:
ReflectConstructor

public class SelfConstructor
extends java.lang.Object
implements ReflectConstructor


Constructor Summary
SelfConstructor(java.lang.Class clazz)
           
 
Method Summary
 ReflectClass[] getParameterTypes()
           
 java.lang.Object newInstance(java.lang.Object[] parameters)
           
 void setAccessible()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SelfConstructor

public SelfConstructor(java.lang.Class clazz)
Method Detail

setAccessible

public void setAccessible()
Specified by:
setAccessible in interface ReflectConstructor

getParameterTypes

public ReflectClass[] getParameterTypes()
Specified by:
getParameterTypes in interface ReflectConstructor

newInstance

public java.lang.Object newInstance(java.lang.Object[] parameters)
Specified by:
newInstance in interface ReflectConstructor

db4o 6.1