Interface TokenParser

  • All Known Implementing Classes:
    GsonTokenParser

    public interface TokenParser
    Contract to parse a token from a string.
    • Method Detail

      • parse

        Token parse​(String tokenAsString)
        Parse the token.
        Parameters:
        tokenAsString - token as a string
        Returns:
        the token