Class ParserFactory

java.lang.Object
org.teamapps.dto.generate.ParserFactory

public class ParserFactory
extends java.lang.Object
  • Nested Class Summary

    Nested Classes
    Modifier and Type Class Description
    static class  ParserFactory.ThrowingErrorListener  
  • Constructor Summary

    Constructors
    Constructor Description
    ParserFactory()  
  • Method Summary

    Modifier and Type Method Description
    static TeamAppsDtoParser createParser​(java.io.Reader reader)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • ParserFactory

      public ParserFactory()
  • Method Details

    • createParser

      public static TeamAppsDtoParser createParser​(java.io.Reader reader) throws java.io.IOException
      Throws:
      java.io.IOException