Uses of Interface
org.apache.xbean.recipe.ReflectionUtil.Factory
-
Packages that use ReflectionUtil.Factory Package Description org.apache.xbean.recipe -
-
Uses of ReflectionUtil.Factory in org.apache.xbean.recipe
Classes in org.apache.xbean.recipe that implement ReflectionUtil.Factory Modifier and Type Class Description static class
ReflectionUtil.ConstructorFactory
static class
ReflectionUtil.StaticFactory
Methods in org.apache.xbean.recipe that return ReflectionUtil.Factory Modifier and Type Method Description private ReflectionUtil.Factory
ObjectRecipe. findFactory(java.lang.reflect.Type expectedType)
Methods in org.apache.xbean.recipe with parameters of type ReflectionUtil.Factory Modifier and Type Method Description private java.lang.Object[]
ObjectRecipe. extractConstructorArgs(java.util.Map propertyValues, ReflectionUtil.Factory factory)
-