Interface ParserConfig

    • Method Detail

      • getJavaClass

        java.lang.String getJavaClass()
      • getSchema

        SchemaConfig getSchema​(java.lang.String name)
        Parameters:
        name - the name of the schema - either "Input" or "Output"
        Returns:
        Parser's schema
        Since:
        7.0
      • getSchema

        SchemaConfig getSchema​(boolean input)
        Parameters:
        input - if true will return the input schema, otherwise will return the output schema
        Returns:
        Parsers' schema
        Since:
        7.0