Interface TypeVisitor


  • public interface TypeVisitor
    Implement this interface to visit a schema type.accept(new TypeVisitor() { ... });
    • Method Detail

      • visit

        void visit​(GroupType groupType)
        Parameters:
        groupType - the group type to visit
      • visit

        void visit​(MessageType messageType)
        Parameters:
        messageType - the message type to visit
      • visit

        void visit​(PrimitiveType primitiveType)
        Parameters:
        primitiveType - the primitive type to visit