| Package | Description |
|---|---|
| org.restlet.ext.jackson |
Integration with Jackson 1.4.
|
| Modifier and Type | Method and Description |
|---|---|
protected <T> JacksonRepresentation<T> |
JacksonConverter.create(MediaType mediaType,
T source)
Creates the marshaling
JacksonRepresentation. |
protected <T> JacksonRepresentation<T> |
JacksonConverter.create(Representation source,
java.lang.Class<T> objectClass)
Creates the unmarshaling
JacksonRepresentation. |
Copyright © 2005-2012. All Rights Reserved.