public static class TypeExtractionUtils.LambdaExecutable extends Object
Constructor and Description |
---|
LambdaExecutable(Constructor<?> constructor) |
LambdaExecutable(Method method) |
Modifier and Type | Method and Description |
---|---|
boolean |
executablesEquals(Constructor<?> c) |
boolean |
executablesEquals(Method m) |
String |
getName() |
Type[] |
getParameterTypes() |
Type |
getReturnType() |
public LambdaExecutable(Constructor<?> constructor)
public LambdaExecutable(Method method)
public Type[] getParameterTypes()
public Type getReturnType()
public String getName()
public boolean executablesEquals(Method m)
public boolean executablesEquals(Constructor<?> c)
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.