Interface DefinitionFunction<T extends SchemaElement>

    • Method Detail

      • parse

        T parse​(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