Class MessageTypeParser


  • public class MessageTypeParser
    extends Object
    Parses a schema from a textual format similar to that described in the Dremel paper.
    • Method Detail

      • parseMessageType

        public static MessageType parseMessageType​(String input)
        Parameters:
        input - the text representation of the schema to parse
        Returns:
        the corresponding object representation