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, get, removeEldestEntryclone, containsKey, entrySet, isEmpty, keySet, put, putAll, remove, size, valuesequals, hashCode, toStringpublic <T> T getParameter(String key, Class<T> clazz, ParameterAnnotations parameterAnnotations)
getParameter in interface JsonEntityCopyright © 2016. All rights reserved.