org.apache.xbean.recipe
Interface ReflectionUtil.Factory
- All Known Implementing Classes:
- ReflectionUtil.ConstructorFactory, ReflectionUtil.StaticFactory
- Enclosing class:
- ReflectionUtil
public static interface ReflectionUtil.Factory
getParameterNames
java.util.List<java.lang.String> getParameterNames()
getParameterTypes
java.util.List<java.lang.reflect.Type> getParameterTypes()
create
java.lang.Object create(java.lang.Object... parameters)
throws ConstructionException
- Throws:
ConstructionException
Copyright © 2005-2011. All Rights Reserved.