Class PrefixedMultivaluedMap<V>

java.lang.Object
org.jboss.resteasy.util.DelegatingMultivaluedMap<String,V>
org.jboss.resteasy.util.PrefixedMultivaluedMap<V>
Type Parameters:
K - The type of the keys in the map.
V - The type of the values in the lists in the map.
All Implemented Interfaces:
Map<String,List<V>>, javax.ws.rs.core.MultivaluedMap<String,V>

public class PrefixedMultivaluedMap<V> extends DelegatingMultivaluedMap<String,V>
MultivaluedMap implementation that wraps another instance and only returns values that are prefixed with the given #prefix.