|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.xbean.recipe.ReflectionUtil.ConstructorFactory
public static class ReflectionUtil.ConstructorFactory
Constructor Summary | |
---|---|
ReflectionUtil.ConstructorFactory(java.lang.reflect.Constructor constructor,
java.util.List<java.lang.String> parameterNames)
|
Method Summary | |
---|---|
java.lang.Object |
create(java.lang.Object... parameters)
|
java.util.List<java.lang.String> |
getParameterNames()
|
java.util.List<java.lang.reflect.Type> |
getParameterTypes()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ReflectionUtil.ConstructorFactory(java.lang.reflect.Constructor constructor, java.util.List<java.lang.String> parameterNames)
Method Detail |
---|
public java.util.List<java.lang.String> getParameterNames()
getParameterNames
in interface ReflectionUtil.Factory
public java.util.List<java.lang.reflect.Type> getParameterTypes()
getParameterTypes
in interface ReflectionUtil.Factory
public java.lang.Object create(java.lang.Object... parameters) throws ConstructionException
create
in interface ReflectionUtil.Factory
ConstructionException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |