Interface QuarkusMultivaluedMap<Key,​Value>

    • Method Detail

      • addAll

        default void addAll​(javax.ws.rs.core.MultivaluedMap<Key,​Value> otherMap)
        Adds all elements of the given map to this map.
        Parameters:
        otherMap - the map to take keys and values from