Uses of Interface
com.amazonaws.services.lambda.runtime.serialization.util.Functions.V2
Packages that use Functions.V2
-
Uses of Functions.V2 in com.amazonaws.services.lambda.runtime.serialization.util
Methods in com.amazonaws.services.lambda.runtime.serialization.util that return Functions.V2Modifier and TypeMethodDescriptionstatic <A1,A2, C> Functions.V2 <A1, A2> ReflectUtil.bindInstanceV2(C instance, String name, boolean setAccessible, Class<? super A1> a1Type, Class<? super A2> a2Type) load an instance method that takes 2 parameter and returns nothingstatic <A1,C> Functions.V2 <C, A1> ReflectUtil.loadInstanceV1(Class<? super C> clazz, String name, boolean setAccessible, Class<? super A1> a1Type) load an instance method that take 1 parameter and does not return anythingstatic <A1,A2> Functions.V2 <A1, A2> ReflectUtil.loadStaticV2(Class<?> clazz, String name, boolean setAccessible, Class<? super A1> a1Type, Class<? super A2> a2Type) load static method that takes two parameters and return nothing