Uses of Class
org.pipservices4.commons.data.StringValueMap
Packages that use StringValueMap
-
Uses of StringValueMap in org.pipservices4.commons.data
Methods in org.pipservices4.commons.data that return StringValueMapModifier and TypeMethodDescriptionStringValueMap.clone()Creates a binary clone of this object.static StringValueMapCreates a new AnyValueMap by merging two or more maps.static StringValueMapStringValueMap.fromString(String line) Parses semicolon-separated key-value pairs and returns them as a StringValueMap.static StringValueMapStringValueMap.fromTuples(Object... tuples) Creates a new StringValueMap from a list of key-value pairs called tuples.static StringValueMapStringValueMap.fromTuplesArray(Object[] tuples) Creates a new StringValueMap from a list of key-value pairs called tuples. -
Uses of StringValueMap in org.pipservices4.commons.errors
Methods in org.pipservices4.commons.errors that return StringValueMapModifier and TypeMethodDescriptionApplicationException.getDetails()ErrorDescription.getDetails()Methods in org.pipservices4.commons.errors with parameters of type StringValueMapModifier and TypeMethodDescriptionvoidApplicationException.setDetails(StringValueMap value) voidErrorDescription.setDetails(StringValueMap value)