public static interface LambdaReflection.MethodReferenceReflection
| Modifier and Type | Interface and Description |
|---|---|
static class |
LambdaReflection.MethodReferenceReflection.UnableToGuessMethodException |
| Modifier and Type | Method and Description |
|---|---|
default Object[] |
captured() |
default Class |
getContainingClass() |
default Class |
getContainingClass(ClassLoader loader) |
default Method |
method() |
default Method |
method(ClassLoader loader) |
default SerializedLambda |
serialized() |
default SerializedLambda serialized()
default Class getContainingClass(ClassLoader loader)
default Class getContainingClass()
default Object[] captured()
default Method method(ClassLoader loader)
default Method method()
Copyright © 2019. All rights reserved.