Class JWTInjectableType
- java.lang.Object
-
- fish.payara.microprofile.jwtauth.jwt.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 Summary
Constructors Constructor Description JWTInjectableType(Type fullType)JWTInjectableType(Type fullType, JWTInjectableType previous)JWTInjectableType(Type fullType, Class<?> coreClass)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Objectconvert(jakarta.json.JsonValue value)Class<?>getCoreClass()TypegetFullType()booleanisClaimValue()booleanisOptional()StringtoString()
-
-
-
Constructor Detail
-
JWTInjectableType
public JWTInjectableType(Type fullType)
-
JWTInjectableType
public JWTInjectableType(Type fullType, JWTInjectableType previous)
-
-