public class StringCollectionClaimResolver extends ClaimCollectionResolver<String>
| Constructor and Description |
|---|
StringCollectionClaimResolver(java.util.function.Function<io.jsonwebtoken.Claims,?> delegate,
boolean resultRequired) |
| Modifier and Type | Method and Description |
|---|---|
protected Collection<String> |
toTypedValue(Object value,
io.jsonwebtoken.Claims claims) |
onNullValueapply, illegalclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitandThen, compose, identitypublic StringCollectionClaimResolver(java.util.function.Function<io.jsonwebtoken.Claims,?> delegate, boolean resultRequired)
protected Collection<String> toTypedValue(Object value, io.jsonwebtoken.Claims claims)
toTypedValue in class ClaimValueResolver<Collection<String>>Copyright © 2017. All rights reserved.