@Documented @Target(value=PARAMETER) @Retention(value=RUNTIME) @Inherited public @interface RequestBean
Modifier and Type | Optional Element and Description |
---|---|
Class<? extends HttpPartSerializer> |
serializer
Specifies the
HttpPartSerializer class used for serializing values to strings. |
public abstract Class<? extends HttpPartSerializer> serializer
HttpPartSerializer
class used for serializing values to strings.
The default value defaults to the using the part serializer defined on the client which by default is
UrlEncodingSerializer
.
This annotation is provided to allow values to be custom serialized.
Copyright © 2018 Apache. All rights reserved.