public class LambdaMetafactory extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
FLAG_BRIDGES |
static int |
FLAG_MARKERS |
static int |
FLAG_SERIALIZABLE |
| Constructor and Description |
|---|
LambdaMetafactory() |
| Modifier and Type | Method and Description |
|---|---|
static CallSite |
altMetafactory(MethodHandles.Lookup a,
String b,
MethodType c,
Object... d) |
static CallSite |
metafactory(MethodHandles.Lookup a,
String f,
MethodType b,
MethodType c,
MethodHandle d,
MethodType e) |
public static final int FLAG_SERIALIZABLE
public static final int FLAG_MARKERS
public static final int FLAG_BRIDGES
public static CallSite metafactory(MethodHandles.Lookup a, String f, MethodType b, MethodType c, MethodHandle d, MethodType e) throws LambdaConversionException
LambdaConversionExceptionpublic static CallSite altMetafactory(MethodHandles.Lookup a, String b, MethodType c, Object... d) throws LambdaConversionException
LambdaConversionExceptionCopyright © 2026. All rights reserved.