public class ToStringSerializer extends Object implements QueryParameterSerializer
Object.toString() unless the input object is an instance of
NominatimRequest, then it uses NominatimRequest.getQueryString().| Constructor and Description |
|---|
ToStringSerializer() |
| Modifier and Type | Method and Description |
|---|---|
String |
handle(Object value)
Converts the input value into a string.
|
public String handle(Object value)
handle in interface QueryParameterSerializervalue - the value to serializeQueryParameterSerializer.handle(java.lang.Object)Copyright © 2010–2019 Dudie. All rights reserved.