|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
U - Any object.T - An instance of String, InputStream and Readerpublic interface Encoder<U,T>
Encode the request's body (or transform) of type U into an object of type T. Encoder can be chained, e.g the result of one Encoder can be passed to the next Encoder.
| Method Summary | |
|---|---|
T |
encode(U s)
Encode the object of type U into an object of type T. |
| Method Detail |
|---|
T encode(U s)
s - a request's body that has already been encoded or not
String, InputStream and Reader
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||