public class ClaimsExpressionEvaluator extends Object implements java.util.function.Function<io.jsonwebtoken.Claims,Object>
| Constructor and Description |
|---|
ClaimsExpressionEvaluator(String spelExpression) |
| Modifier and Type | Method and Description |
|---|---|
Object |
apply(io.jsonwebtoken.Claims claims) |
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitandThen, compose, identitypublic ClaimsExpressionEvaluator(String spelExpression)
Copyright © 2017. All rights reserved.