U - Any object.T - An instance of String, InputStream and Readerpublic interface Encoder<U,T>
| Modifier and Type | Method and Description |
|---|---|
T |
encode(U s)
Encode the object of type U into an object of type T.
|
T encode(U s)
s - a request's body that has already been encoded or notString, InputStream and ReaderCopyright © 2017. All Rights Reserved.