Uses of Class
org.apache.xbean.recipe.ReflectionUtil.StaticFactory

Packages that use ReflectionUtil.StaticFactory
org.apache.xbean.recipe   
 

Uses of ReflectionUtil.StaticFactory in org.apache.xbean.recipe
 

Methods in org.apache.xbean.recipe that return ReflectionUtil.StaticFactory
static ReflectionUtil.StaticFactory ReflectionUtil.findStaticFactory(Class typeClass, String factoryMethod, List<? extends Class<?>> parameterTypes, Set<Option> options)
           
static ReflectionUtil.StaticFactory ReflectionUtil.findStaticFactory(Class typeClass, String factoryMethod, List<String> parameterNames, List<? extends Class<?>> parameterTypes, Set<String> allProperties, Set<Option> options)
           
 



Copyright © 2005-2008 The Apache Software Foundation. All Rights Reserved.