public class BoundingBoxSerializer extends Object implements QueryParameterSerializer
| Constructor and Description |
|---|
BoundingBoxSerializer() |
| Modifier and Type | Method and Description |
|---|---|
String |
handle(Object value)
Converts the input value to a
left,top,right,bottom string representation. |
public String handle(Object value)
left,top,right,bottom string representation.handle in interface QueryParameterSerializervalue - the value to serializeQueryParameterSerializer.handle(java.lang.Object)Copyright © 2010–2019 Dudie. All rights reserved.