Interface DefinitionFunction<T extends SchemaElement>

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      T parse​(java.lang.String definition)
      Parses the supplied string representation of a schema element.
    • Method Detail

      • parse

        T parse​(java.lang.String definition)
         throws SchemaParseException
        Parses the supplied string representation of a schema element.
        Parameters:
        definition - to parse
        Returns:
        parsed schema element
        Throws:
        SchemaParseException - if the supplied schema definition is invalid