static <C,A1,A2,A3,A4,A5> Functions.R5<C,A1,A2,A3,A4,A5> |
ReflectUtil.loadConstuctor5(Class<? extends C> clazz,
boolean setAccessible,
Class<? super A1> a1Type,
Class<? super A2> a2Type,
Class<? super A3> a3Type,
Class<? super A4> a4Type,
Class<? super A5> a5Type) |
loads constructor that takes 5 paramters
|
static <A1,A2,A3,A4,C,R> Functions.R5<R,C,A1,A2,A3,A4> |
ReflectUtil.loadInstanceR4(Class<? super C> clazz,
String name,
boolean setAccessible,
Class<? extends R> rType,
Class<? super A1> a1Type,
Class<? super A2> a2Type,
Class<? super A3> a3Type,
Class<? super A4> a4Type) |
load instance method that takes 4 parameters and return type R
|