public final class TypeAnalyser.MethodInfo extends Object
| Constructor and Description |
|---|
MethodInfo(ExecutableElement element)
The constructor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getInvoke() |
String |
getSignature() |
boolean |
isOneWay() |
boolean |
isPromise() |
public MethodInfo(ExecutableElement element)
element - the elementpublic String getSignature()
public String getInvoke()
public boolean isPromise()
public boolean isOneWay()
Copyright © 2019. All rights reserved.