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