public final class SerializedLambda extends Object implements Serializable
Constructor and Description |
---|
SerializedLambda(Class<?> capturingClass,
String functionalInterfaceClass,
String functionalInterfaceMethodName,
String functionalInterfaceMethodSignature,
int implMethodKind,
String implClass,
String implMethodName,
String implMethodSignature,
String instantiatedMethodType,
Object[] capturedArgs) |
Modifier and Type | Method and Description |
---|---|
Object |
getCapturedArg(int i) |
int |
getCapturedArgCount() |
String |
getCapturingClass() |
String |
getFunctionalInterfaceClass() |
String |
getFunctionalInterfaceMethodName() |
String |
getFunctionalInterfaceMethodSignature() |
String |
getImplClass() |
int |
getImplMethodKind() |
String |
getImplMethodName() |
String |
getImplMethodSignature() |
String |
getInstantiatedMethodType() |
public SerializedLambda(Class<?> capturingClass, String functionalInterfaceClass, String functionalInterfaceMethodName, String functionalInterfaceMethodSignature, int implMethodKind, String implClass, String implMethodName, String implMethodSignature, String instantiatedMethodType, Object[] capturedArgs)
public String getCapturingClass()
public String getFunctionalInterfaceClass()
public String getFunctionalInterfaceMethodName()
public String getFunctionalInterfaceMethodSignature()
public String getImplClass()
public String getImplMethodName()
public String getImplMethodSignature()
public int getImplMethodKind()
public final String getInstantiatedMethodType()
public int getCapturedArgCount()
public Object getCapturedArg(int i)