Uses of Class
org.restlet.ext.jackson.JacksonRepresentation
-
Packages that use JacksonRepresentation Package Description org.restlet.ext.jackson Integration with Jackson 2.10. -
-
Uses of JacksonRepresentation in org.restlet.ext.jackson
Methods in org.restlet.ext.jackson that return JacksonRepresentation Modifier and Type Method Description protected <T> JacksonRepresentation<T>
JacksonConverter. create(org.restlet.data.MediaType mediaType, T source)
Creates the marshalingJacksonRepresentation
.protected <T> JacksonRepresentation<T>
JacksonConverter. create(org.restlet.representation.Representation source, java.lang.Class<T> objectClass)
Creates the unmarshalingJacksonRepresentation
.
-