public abstract class ClaimValueResolver<T> extends Object implements java.util.function.Function<io.jsonwebtoken.Claims,T>
| Constructor and Description |
|---|
ClaimValueResolver(java.util.function.Function<io.jsonwebtoken.Claims,?> delegate,
boolean resultRequired) |
| Modifier and Type | Method and Description |
|---|---|
T |
apply(io.jsonwebtoken.Claims claims) |
protected void |
illegal(io.jsonwebtoken.Claims claims) |
protected T |
onNullValue() |
protected abstract T |
toTypedValue(Object value,
io.jsonwebtoken.Claims claims) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitandThen, compose, identitypublic ClaimValueResolver(java.util.function.Function<io.jsonwebtoken.Claims,?> delegate, boolean resultRequired)
public T apply(io.jsonwebtoken.Claims claims)
apply in interface java.util.function.Function<io.jsonwebtoken.Claims,T>protected T onNullValue()
protected void illegal(io.jsonwebtoken.Claims claims)
Copyright © 2017. All rights reserved.