Package | Description |
---|---|
si.mazi.rescu |
Classes in this package may be used to create proxy client objects for REST web services.
|
si.mazi.rescu.serialization | |
si.mazi.rescu.serialization.jackson |
Modifier and Type | Class and Description |
---|---|
class |
FormUrlEncodedRequestWriter
Writes the @FormParam annotated data as URL-encoded string.
|
class |
NullRequestWriter |
Modifier and Type | Field and Description |
---|---|
protected HashMap<String,RequestWriter> |
RequestWriterResolver.writers |
Modifier and Type | Method and Description |
---|---|
RequestWriter |
RequestWriterResolver.resolveWriter(RestMethodMetadata methodMetadata) |
Modifier and Type | Method and Description |
---|---|
void |
RequestWriterResolver.addWriter(String mediaType,
RequestWriter writer) |
Modifier and Type | Class and Description |
---|---|
class |
ToStringRequestWriter
Writes the data as string using toString.
|
Modifier and Type | Class and Description |
---|---|
class |
JacksonRequestWriter
Writes the data as JSON-serialized string using Jackson.
|
Copyright © 2012–2016. All rights reserved.