@Immutable public class ThriftMethodExtractor extends Object implements ThriftExtraction
| Constructor and Description |
|---|
ThriftMethodExtractor(short fieldId,
String fieldName,
FieldKind fieldKind,
Method method,
Type fieldType) |
| Modifier and Type | Method and Description |
|---|---|
FieldKind |
getFieldKind() |
short |
getId() |
Method |
getMethod() |
String |
getName() |
Class<?> |
getType() |
boolean |
isGeneric() |
String |
toString() |
public FieldKind getFieldKind()
getFieldKind in interface ThriftExtractionpublic short getId()
getId in interface ThriftExtractionpublic String getName()
getName in interface ThriftExtractionpublic Method getMethod()
public Class<?> getType()
public boolean isGeneric()
Copyright © 2012–2018. All rights reserved.