Class FunctionalInterfaceLogic
java.lang.Object
com.github.javaparser.resolution.logic.FunctionalInterfaceLogic
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Optional
<MethodUsage> getFunctionalMethod
(ResolvedReferenceTypeDeclaration typeDeclaration) Get the functional method defined by the type, if any.static Optional
<MethodUsage> Get the functional method defined by the type, if any.private static String
static boolean
private static boolean
private static String
-
Field Details
-
JAVA_LANG_FUNCTIONAL_INTERFACE
-
OBJECT_PUBLIC_METHODS_SIGNATURES
-
-
Constructor Details
-
FunctionalInterfaceLogic
private FunctionalInterfaceLogic()
-
-
Method Details
-
getFunctionalMethod
Get the functional method defined by the type, if any. -
getFunctionalMethod
public static Optional<MethodUsage> getFunctionalMethod(ResolvedReferenceTypeDeclaration typeDeclaration) Get the functional method defined by the type, if any. -
isFunctionalInterfaceType
-
getSignature
-
toSignature
-
isPublicMemberOfObject
-