Uses of Interface
org.apache.xbean.recipe.ParameterNameLoader
-
Packages that use ParameterNameLoader Package Description org.apache.xbean.recipe -
-
Uses of ParameterNameLoader in org.apache.xbean.recipe
Classes in org.apache.xbean.recipe that implement ParameterNameLoader Modifier and Type Class Description class
AsmParameterNameLoader
Implementation of ParameterNameLoader that uses ASM to read the parameter names from the local variable table in the class byte code.class
XbeanAsmParameterNameLoader
Implementation of ParameterNameLoader that uses ASM to read the parameter names from the local variable table in the class byte code.Fields in org.apache.xbean.recipe declared as ParameterNameLoader Modifier and Type Field Description private static ParameterNameLoader
ReflectionUtil.ParameterLoader. PARAMETER_NAME_LOADER
-