@Immutable public class ThriftMethodMetadata extends Object
| Constructor and Description |
|---|
ThriftMethodMetadata(Method method,
ThriftCatalog catalog) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
List<String> |
getDocumentation() |
Map<Short,ThriftType> |
getExceptions() |
Set<ThriftHeaderParameter> |
getHeaderParameters() |
Method |
getMethod() |
String |
getName() |
boolean |
getOneway() |
List<ThriftFieldMetadata> |
getParameters() |
ThriftType |
getReturnType() |
int |
hashCode() |
boolean |
isAsync() |
boolean |
isIdempotent() |
public ThriftMethodMetadata(Method method, ThriftCatalog catalog)
public String getName()
public ThriftType getReturnType()
public List<ThriftFieldMetadata> getParameters()
public Set<ThriftHeaderParameter> getHeaderParameters()
public Map<Short,ThriftType> getExceptions()
public Method getMethod()
public boolean getOneway()
public boolean isIdempotent()
public boolean isAsync()
Copyright © 2012–2018. All rights reserved.