Class ThriftBinaryNameResolver


  • public class ThriftBinaryNameResolver
    extends AstVisitor<Node,​Classpath<ThriftProgram>>
    Thrift communicates with protobuf by ByteBuffer and vice-verse. Here we try to resolve the original protobuf message type which generates the binary data.
    Since:
    2015-06-09 21
    Author:
    George Cao(georgecao@outlook.com)