Serializable, Cloneable, Map<String,List<String>>, FormFields, HttpFields<FormFields>OauthFieldsImplpublic class FormFieldsImpl extends AbstractHttpFields<FormFields> implements FormFields
AbstractMap.SimpleEntry<K extends Object,V extends Object>, AbstractMap.SimpleImmutableEntry<K extends Object,V extends Object>| Constructor | Description |
|---|---|
FormFieldsImpl() |
Instantiates a new form fields impl.
|
FormFieldsImpl(String aHttpFormFields) |
Initializes the instance with the fields provided by the given HTTP
Form-Fields (HTTP Query-String).
|
FormFieldsImpl(Map<String,List<String>> aHttpFields) |
Initializes the instance with the fields provided by the given
Map. |
copyHttpFieldsequals, hashCode, toStringfromBodyFormFields, fromUrl, fromUrlQueryString, toBodyFormFields, toUrlQueryStringclear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, valuesaddTo, addTo, addTo, addTo, addTo, addTo, getFirst, getFirst, put, put, put, put, toField, toField, withAddTo, withAddTo, withAddTo, withAddTo, withAddTo, withAddTo, withPut, withPut, withPut, withPut, withPut, withPutclear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, valuespublic FormFieldsImpl()
public FormFieldsImpl(Map<String,List<String>> aHttpFields)
Map.aHttpFields - The Map from which to get the keys and values
for initializing this instance.Copyright © 2018. All rights reserved.