| java.lang.Object org.mortbay.util.IntrospectionUtil
IntrospectionUtil | public class IntrospectionUtil (Code) | | IntrospectionUtil
|
Method Summary | |
public static boolean | checkInheritable(Package pack, Member member) | public static boolean | checkParams(Class[] formalParams, Class[] actualParams, boolean strict) | public static boolean | checkType(Class formalType, Class actualType, boolean strict) | public static Field | findField(Class clazz, String targetName, Class targetType, boolean checkInheritance, boolean strictType) | protected static Field | findInheritedField(Package pack, Class clazz, String fieldName, Class fieldType, boolean strictType) | protected static Method | findInheritedMethod(Package pack, Class clazz, String methodName, Class[] args, boolean strictArgs) | public static Method | findMethod(Class clazz, String methodName, Class[] args, boolean checkInheritance, boolean strictArgs) |
checkParams | public static boolean checkParams(Class[] formalParams, Class[] actualParams, boolean strict)(Code) | | |
checkType | public static boolean checkType(Class formalType, Class actualType, boolean strict)(Code) | | |
|
|