Uses of Interface
com.amazonaws.services.lambda.runtime.serialization.util.Functions.R5
Packages that use Functions.R5
-
Uses of Functions.R5 in com.amazonaws.services.lambda.runtime.serialization.util
Methods in com.amazonaws.services.lambda.runtime.serialization.util that return Functions.R5Modifier and TypeMethodDescriptionstatic <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 paramtersstatic <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