Interface TokenTypeId


@SupportedAll public interface TokenTypeId
Provides an extensible means of identifying a to-be-validated or to-be-provided token type. The TokenType enum will implement this interface, and this interface will be used to identify tokens specified in token transformations. An extensible means of identifying tokens types is necessary to support end-user-provided JsonTokenValidators and JsonTokenProviders.
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the token type id.
  • Method Details

    • getId

      String getId()
      Gets the token type id.
      Returns:
      the token type id.