public class JwtMap extends Object implements Map<String,Object>
| Constructor and Description |
|---|
JwtMap() |
JwtMap(Map<String,Object> map) |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
boolean |
containsKey(Object o) |
boolean |
containsValue(Object o) |
Set<Map.Entry<String,Object>> |
entrySet() |
boolean |
equals(Object obj) |
Object |
get(Object o) |
protected String |
getString(String name) |
int |
hashCode() |
boolean |
isEmpty() |
Set<String> |
keySet() |
Object |
put(String s,
Object o) |
void |
putAll(Map<? extends String,?> m) |
Object |
remove(Object o) |
protected void |
setDate(String name,
Date d)
Deprecated.
|
protected Object |
setDateAsSeconds(String name,
Date d) |
protected void |
setValue(String name,
Object v) |
int |
size() |
protected static Date |
toDate(Object v,
String name) |
protected static Date |
toSpecDate(Object v,
String name) |
String |
toString() |
Collection<Object> |
values() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll@Deprecated protected void setDate(String name, Date d)
public boolean containsKey(Object o)
containsKey in interface Map<String,Object>public boolean containsValue(Object o)
containsValue in interface Map<String,Object>public int hashCode()
Copyright © 2019. All rights reserved.