- All Implemented Interfaces:
Serializable,Cloneable,Map<String,,Object> UriParts.UriPartsCollector
- Enclosing class:
UriParts
public static final class UriParts.UriPartsMapCollector
extends HashMap<String,Object>
implements UriParts.UriPartsCollector
A default implementation of
UriParts.UriPartsCollector that writes to a Map.- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K, V> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidvoidvoidvoidvoidport(int port) voidvoidvoidvoidMethods inherited from class java.util.HashMap
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, newHashMap, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, valuesMethods inherited from class java.util.AbstractMap
equals, hashCode, toString
-
Constructor Details
-
UriPartsMapCollector
public UriPartsMapCollector()
-
-
Method Details
-
domain
- Specified by:
domainin interfaceUriParts.UriPartsCollector
-
fragment
- Specified by:
fragmentin interfaceUriParts.UriPartsCollector
-
path
- Specified by:
pathin interfaceUriParts.UriPartsCollector
-
extension
- Specified by:
extensionin interfaceUriParts.UriPartsCollector
-
port
public void port(int port) - Specified by:
portin interfaceUriParts.UriPartsCollector
-
query
- Specified by:
queryin interfaceUriParts.UriPartsCollector
-
scheme
- Specified by:
schemein interfaceUriParts.UriPartsCollector
-
userInfo
- Specified by:
userInfoin interfaceUriParts.UriPartsCollector
-
username
- Specified by:
usernamein interfaceUriParts.UriPartsCollector
-
password
- Specified by:
passwordin interfaceUriParts.UriPartsCollector
-