Package | Description |
---|---|
org.restlet.ext.jackson |
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,
Class<T> objectClass)
Creates the unmarshaling
JacksonRepresentation . |
Copyright © 2005–2014. All rights reserved.