Interface TokenParser

All Known Implementing Classes:
GsonTokenParser

public interface TokenParser
Contract to parse a token from a string.
  • Method Summary Link icon

    Modifier and Type
    Method
    Description
    parse(String tokenAsString)
    Parse the token.
  • Method Details Link icon

    • parse Link icon

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