Class JWTInjectableType


  • public class JWTInjectableType
    extends Object
    This class keeps track of the plethora of types and all their permutations by which basic claim values can be injected.
    Author:
    Arjan Tijms
    • Constructor Detail

      • JWTInjectableType

        public JWTInjectableType​(Type fullType)
      • JWTInjectableType

        public JWTInjectableType​(Type fullType,
                                 Class<?> coreClass)
    • Method Detail

      • convert

        public Object convert​(jakarta.json.JsonValue value)
      • getFullType

        public Type getFullType()
      • getCoreClass

        public Class<?> getCoreClass()
      • isOptional

        public boolean isOptional()
      • isClaimValue

        public boolean isClaimValue()