public static class ReflectionUtil.ConstructorFactory extends Object implements ReflectionUtil.Factory
| Constructor and Description |
|---|
ReflectionUtil.ConstructorFactory(Constructor constructor,
List<String> parameterNames) |
| Modifier and Type | Method and Description |
|---|---|
Object |
create(Object... parameters) |
List<String> |
getParameterNames() |
List<Type> |
getParameterTypes() |
public ReflectionUtil.ConstructorFactory(Constructor constructor, List<String> parameterNames)
public List<String> getParameterNames()
getParameterNames in interface ReflectionUtil.Factorypublic List<Type> getParameterTypes()
getParameterTypes in interface ReflectionUtil.Factorypublic Object create(Object... parameters) throws ConstructionException
create in interface ReflectionUtil.FactoryConstructionExceptionCopyright © 2005-2013 The Apache Software Foundation. All Rights Reserved.