public abstract class AbstractNakedMappedJsonEntity extends LinkedHashMap<String,Object> implements JsonEntity
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
AbstractNakedMappedJsonEntity() |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
getParameter(String key,
Class<T> clazz,
ParameterAnnotations parameterAnnotations) |
clear, containsValue, entrySet, forEach, get, getOrDefault, keySet, removeEldestEntry, replaceAll, valuesclone, compute, computeIfAbsent, computeIfPresent, containsKey, isEmpty, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, sizeequals, hashCode, toStringfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, containsKey, equals, hashCode, isEmpty, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, sizepublic <T> T getParameter(String key, Class<T> clazz, ParameterAnnotations parameterAnnotations)
getParameter in interface JsonEntityCopyright © 2017. All rights reserved.