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