public class FieldContext extends Object
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
List<TypeAnnotation> |
getAnnotations() |
short |
getId() |
String |
getJavaGetterName() |
String |
getJavaName() |
String |
getJavaSetterName() |
String |
getJavaTestPresenceName() |
String |
getJavaType() |
String |
getName() |
ThriftField.Requiredness |
getRequiredness() |
int |
hashCode() |
boolean |
isArrayType() |
boolean |
isLegacyId() |
boolean |
isRecursive() |
String |
toString() |
public String getName()
public List<TypeAnnotation> getAnnotations()
public ThriftField.Requiredness getRequiredness()
public boolean isLegacyId()
public boolean isRecursive()
public short getId()
public String getJavaType()
public String getJavaName()
public String getJavaGetterName()
public String getJavaSetterName()
public String getJavaTestPresenceName()
public boolean isArrayType()
Copyright © 2012-2016 Facebook, Inc.. All Rights Reserved.