| Package | Description |
|---|---|
| org.restlet.ext.jackson |
Integration with Jackson 2.10.
|
| Modifier and Type | Method and Description |
|---|---|
protected <T> JacksonRepresentation<T> |
JacksonConverter.create(org.restlet.data.MediaType mediaType,
T source)
Creates the marshaling
JacksonRepresentation. |
protected <T> JacksonRepresentation<T> |
JacksonConverter.create(org.restlet.representation.Representation source,
Class<T> objectClass)
Creates the unmarshaling
JacksonRepresentation. |
Copyright © 2005–2025. All rights reserved.