Class PrefixedMultivaluedMap<V>
java.lang.Object
org.jboss.resteasy.util.DelegatingMultivaluedMap<String,V>
org.jboss.resteasy.util.PrefixedMultivaluedMap<V>
- Type Parameters:
V- The type of the values in the lists in the map.K- The type of the keys in the map.
MultivaluedMap implementation that wraps another instance and only returns values that are prefixed with the given
invalid reference
#prefix
-
Nested Class Summary
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionPrefixedMultivaluedMap(String prefix, javax.ws.rs.core.MultivaluedMap<String, V> delegate) Constructor setting the prefix and the delegate. -
Method Summary
Methods inherited from class DelegatingMultivaluedMap
add, addAll, addAll, addFirst, clear, containsKey, containsValue, entrySet, equals, equalsIgnoreValueOrder, getFirst, hashCode, isEmpty, put, putAll, putSingle, remove, size, valuesMethods inherited from class Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Map
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
-
Field Details
-
prefixWithDot
-
-
Constructor Details
-
PrefixedMultivaluedMap
-
-
Method Details
-
get
-
keySet
-