Interface SubjectParser<T extends SubjectInfo>

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      T parse​(java.lang.String subject)
      Returns the domain object that represents the subject request.
    • Method Detail

      • parse

        T parse​(java.lang.String subject)
         throws SubjectParserException
        Returns the domain object that represents the subject request.
        Parameters:
        subject - The subject to parse.
        Returns:
        The domain object.
        Throws:
        SubjectParserException - If the subject is not in the correct format