Class UrlEncodedUnmarshaller
- java.lang.Object
-
- de.quantummaid.httpmaid.marshalling.urlencoded.UrlEncodedUnmarshaller
-
- All Implemented Interfaces:
Unmarshaller
public final class UrlEncodedUnmarshaller extends Object implements Unmarshaller
-
-
Constructor Summary
Constructors Constructor Description UrlEncodedUnmarshaller()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,Object>unmarshall(String string)static UnmarshallerurlEncodedUnmarshaller()
-
-
-
Method Detail
-
urlEncodedUnmarshaller
public static Unmarshaller urlEncodedUnmarshaller()
-
unmarshall
public Map<String,Object> unmarshall(String string)
- Specified by:
unmarshallin interfaceUnmarshaller
-
-