public static class ReflectionUtil.StaticFactory extends Object implements ReflectionUtil.Factory
Constructor and Description |
---|
StaticFactory(Method staticFactory,
List<String> parameterNames) |
Modifier and Type | Method and Description |
---|---|
Object |
create(Object... parameters) |
List<String> |
getParameterNames() |
List<Type> |
getParameterTypes() |
public List<String> getParameterNames()
getParameterNames
in interface ReflectionUtil.Factory
public List<Type> getParameterTypes()
getParameterTypes
in interface ReflectionUtil.Factory
public Object create(Object... parameters) throws ConstructionException
create
in interface ReflectionUtil.Factory
ConstructionException
Copyright © 2005–2021. All rights reserved.