public class RecursiveThriftTypeReference extends Object implements ThriftTypeReference
| Constructor and Description |
|---|
RecursiveThriftTypeReference(ThriftCatalog catalog,
Type javaType) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
ThriftType |
get() |
Type |
getJavaType() |
ThriftProtocolType |
getProtocolType() |
int |
hashCode() |
boolean |
isRecursive() |
String |
toString() |
public RecursiveThriftTypeReference(ThriftCatalog catalog, Type javaType)
public Type getJavaType()
getJavaType in interface ThriftTypeReferencepublic ThriftProtocolType getProtocolType()
getProtocolType in interface ThriftTypeReferencepublic boolean isRecursive()
isRecursive in interface ThriftTypeReferencepublic ThriftType get()
get in interface ThriftTypeReferenceCopyright © 2012–2019. All rights reserved.