Uses of Class
org.pipservices3.commons.data.StringValueMap
Package
Description
-
Uses of StringValueMap in org.pipservices3.commons.config
Modifier and TypeClassDescriptionclass
Contains a key-value map with configuration parameters. -
Uses of StringValueMap in org.pipservices3.commons.data
Modifier and TypeClassDescriptionclass
Data transfer object used to pass filter parameters as simple key-value pairs.Modifier and TypeMethodDescriptionStringValueMap.clone()
Creates a binary clone of this object.static StringValueMap
Creates a new AnyValueMap by merging two or more maps.static StringValueMap
StringValueMap.fromString
(String line) Parses semicolon-separated key-value pairs and returns them as a StringValueMap.static StringValueMap
StringValueMap.fromTuples
(Object... tuples) Creates a new StringValueMap from a list of key-value pairs called tuples.static StringValueMap
StringValueMap.fromTuplesArray
(Object[] tuples) Creates a new StringValueMap from a list of key-value pairs called tuples.Modifier and TypeMethodDescriptionstatic PagingParams
PagingParams.fromMap
(StringValueMap map) Creates a new PagingParams and sets it parameters from the StringValueMap map -
Uses of StringValueMap in org.pipservices3.commons.errors
Modifier and TypeMethodDescriptionApplicationException.getDetails()
ErrorDescription.getDetails()
Modifier and TypeMethodDescriptionvoid
ApplicationException.setDetails
(StringValueMap value) void
ErrorDescription.setDetails
(StringValueMap value)