ReflectionUtil.Factorypublic static class ReflectionUtil.StaticFactory extends Object implements ReflectionUtil.Factory
| Constructor | Description |
|---|---|
StaticFactory(Method staticFactory,
List<String> parameterNames) |
| Modifier and Type | Method | Description |
|---|---|---|
Object |
create(Object... parameters) |
|
List<String> |
getParameterNames() |
|
List<Type> |
getParameterTypes() |
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–2018. All rights reserved.