public class RestMethodProperties extends ObjectMap
These are properties specified on a REST resource method that extends the properties defined on RestContextProperties
and adds the following:
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Constructor and Description |
---|
RestMethodProperties(RestContextProperties inner)
Constructor
|
RestMethodProperties(RestMethodProperties inner)
Constructor
|
append, appendAll, cast, cast, containsKey, containsOuterKey, deleteAt, entrySet, exclude, find, find, findBoolean, findInt, findKeyIgnoreCase, findList, findLong, findMap, findObjectList, findObjectMap, findString, get, get, get, getAt, getAt, getBeanSession, getBoolean, getBoolean, getClassMeta, getFirstKey, getInt, getInt, getList, getList, getList, getLong, getLong, getMap, getMap, getMap, getObjectList, getObjectList, getObjectMap, getObjectMap, getString, getString, getStringArray, getStringArray, getSwapped, getWithDefault, getWithDefault, getWithDefault, include, keySet, postAt, putAt, putIfEmpty, putIfNull, putJson, removeAll, removeAll, removeWithDefault, serializeTo, setBeanSession, setInner, toString, toString
clear, containsValue, forEach, getOrDefault, removeEldestEntry, replaceAll, values
clone, compute, computeIfAbsent, computeIfPresent, isEmpty, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, size
equals, hashCode
public RestMethodProperties(RestContextProperties inner)
inner
- The inner properties.public RestMethodProperties(RestMethodProperties inner)
inner
- The inner properties.Copyright © 2018 Apache. All rights reserved.