Class PrefixedMultivaluedMap<V>

  • Type Parameters:
    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 prefixWithDot.