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.
All Implemented Interfaces:
jakarta.ws.rs.core.MultivaluedMap<String,V>, Map<String,List<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 prefixWithDot.