public interface ThriftTypeReference
ThriftType or the information to compute one.
Used when computing struct/union metadata, as a placeholder for field types that might not be directly resolvable yet (in cases of recursive types).
| Modifier and Type | Method and Description |
|---|---|
ThriftType |
get() |
Type |
getJavaType() |
ThriftProtocolType |
getProtocolType() |
boolean |
isRecursive() |
Type getJavaType()
ThriftProtocolType getProtocolType()
boolean isRecursive()
ThriftType get()
Copyright © 2012–2018. All rights reserved.