static Class<?>[] |
Type.convertedTypes(Type[] types) |
protected MethodInvocationHandler |
InvocationResolver.createConstructorInvocator(Type result,
Type[] params,
Type[] exceptions) |
protected MethodInvocationHandler |
InvocationResolver.createConstructorInvocator(Type result,
Type[] params,
Type[] exceptions) |
protected MethodInvocationHandler |
InvocationResolver.createConstructorInvocator(Type result,
Type[] params,
Type[] exceptions) |
protected MethodInvocationHandler |
InvocationResolver.createGetterInvocator(String name,
Type result) |
protected MethodInvocationHandler |
InvocationResolver.createMethodInvocator(String name,
Type result,
Type[] params,
Type[] exceptions) |
protected MethodInvocationHandler |
InvocationResolver.createMethodInvocator(String name,
Type result,
Type[] params,
Type[] exceptions) |
protected MethodInvocationHandler |
InvocationResolver.createMethodInvocator(String name,
Type result,
Type[] params,
Type[] exceptions) |
protected MethodInvocationHandler |
InvocationResolver.createSetterInvocator(String name,
Type param) |
protected Constructor<?> |
InvocationResolver.findConstructor(Type result,
Type[] params,
Type[] exceptions) |
protected Constructor<?> |
InvocationResolver.findConstructor(Type result,
Type[] params,
Type[] exceptions) |
protected Constructor<?> |
InvocationResolver.findConstructor(Type result,
Type[] params,
Type[] exceptions) |
protected Field |
InvocationResolver.findField(String name,
Type type) |
protected Method |
InvocationResolver.findMethod(String name,
Type result,
Type[] params,
Type[] exceptions) |
protected Method |
InvocationResolver.findMethod(String name,
Type result,
Type[] params,
Type[] exceptions) |
protected Method |
InvocationResolver.findMethod(String name,
Type result,
Type[] params,
Type[] exceptions) |
static boolean |
Type.isWeakMatching(Type[] types) |
static Class<?>[] |
Type.matchedTypes(Type[] types) |
static boolean |
Type.matches(Type[] matchTypes,
Class<?>[] types) |