Package | Description |
---|---|
com.sun.el.util |
Modifier and Type | Class and Description |
---|---|
private static class |
ReflectionUtil.ConstructorWrapper |
private static class |
ReflectionUtil.MethodWrapper |
Modifier and Type | Method and Description |
---|---|
private static ReflectionUtil.Wrapper |
ReflectionUtil.findMostSpecificWrapper(java.util.List<ReflectionUtil.Wrapper> candidates,
java.lang.Class<?>[] matchingTypes,
boolean elSpecific,
java.lang.String errorMsg) |
private static ReflectionUtil.Wrapper |
ReflectionUtil.findWrapper(java.lang.Class<?> clazz,
java.util.List<ReflectionUtil.Wrapper> wrappers,
java.lang.String name,
java.lang.Class<?>[] paramTypes,
java.lang.Object[] paramValues) |
Modifier and Type | Method and Description |
---|---|
static java.util.List<ReflectionUtil.Wrapper> |
ReflectionUtil.Wrapper.wrap(java.lang.reflect.Constructor<?>[] constructors) |
static java.util.List<ReflectionUtil.Wrapper> |
ReflectionUtil.Wrapper.wrap(java.lang.reflect.Method[] methods,
java.lang.String name) |
Modifier and Type | Method and Description |
---|---|
private static int |
ReflectionUtil.isMoreSpecific(ReflectionUtil.Wrapper wrapper1,
ReflectionUtil.Wrapper wrapper2,
java.lang.Class<?>[] matchingTypes,
boolean elSpecific) |
Modifier and Type | Method and Description |
---|---|
private static ReflectionUtil.Wrapper |
ReflectionUtil.findMostSpecificWrapper(java.util.List<ReflectionUtil.Wrapper> candidates,
java.lang.Class<?>[] matchingTypes,
boolean elSpecific,
java.lang.String errorMsg) |
private static ReflectionUtil.Wrapper |
ReflectionUtil.findWrapper(java.lang.Class<?> clazz,
java.util.List<ReflectionUtil.Wrapper> wrappers,
java.lang.String name,
java.lang.Class<?>[] paramTypes,
java.lang.Object[] paramValues) |