Uses of Class
org.restlet.ext.jackson.JacksonRepresentation

Packages that use JacksonRepresentation
org.restlet.ext.jackson Integration with Jackson 1.9. 
 

Uses of JacksonRepresentation in org.restlet.ext.jackson
 

Methods in org.restlet.ext.jackson that return JacksonRepresentation
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-2013 Restlet.