public class StringRegistry<V> extends DefaultRegistry<String,V>
DELEGATE| Constructor and Description |
|---|
StringRegistry(String name,
String keyName,
Collection<V> values,
Function<V,String> keyFn,
boolean caseSensitive) |
StringRegistry(String name,
String keyName,
Collection<V> values,
Function<V,String> keyFn,
Function<String,String> caseFn) |
| Modifier and Type | Method and Description |
|---|---|
V |
get(Object key) |
apply, clear, equals, forKey, hashCode, put, putAll, remove, toStringcontainsKey, containsValue, entrySet, isEmpty, keySet, setDelegate, size, valuesclone, finalize, getClass, notify, notifyAll, wait, wait, waitcontainsKey, containsValue, entrySet, isEmpty, keySet, size, valuesCopyright © 2014–2024 jsonwebtoken.io. All rights reserved.