Interface SubjectParser<T extends SubjectInfo>

    • Method Detail

      • parse

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