| Modifier and Type | Optional Element and Description |
|---|---|
boolean |
encode
Defines whether or not the output of the field value serialization should be URL encoded.
|
Class<? extends QueryParameterSerializer> |
serializer
Defines the serializer to use to convert the field value into a string value.
|
String |
value
A format string (see
Formatter) in whish the output of the serialization of the field value will be
merged. |
public abstract String value
Formatter) in whish the output of the serialization of the field value will be
merged.
Default is "%s"
public abstract boolean encode
Default is true.
public abstract Class<? extends QueryParameterSerializer> serializer
Default is ToStringSerializer.
Copyright © 2010-2017 Dudie. All Rights Reserved.