public class Json2HtmlConverter
extends org.restlet.ext.jackson.JacksonConverter
| Constructor and Description |
|---|
Json2HtmlConverter(String applicationName) |
| Modifier and Type | Method and Description |
|---|---|
String |
jsonToHtml(String json,
org.restlet.resource.Resource resource) |
float |
score(Object source,
org.restlet.representation.Variant target,
org.restlet.resource.Resource resource) |
org.restlet.representation.Representation |
toRepresentation(Object source,
org.restlet.representation.Variant target,
org.restlet.resource.Resource resource) |
create, create, createObjectMapper, getObjectClasses, getObjectMapper, getVariants, score, setObjectMapper, toObject, updatePreferencespublic Json2HtmlConverter(String applicationName)
public float score(Object source, org.restlet.representation.Variant target, org.restlet.resource.Resource resource)
score in class org.restlet.ext.jackson.JacksonConverterpublic org.restlet.representation.Representation toRepresentation(Object source, org.restlet.representation.Variant target, org.restlet.resource.Resource resource)
toRepresentation in class org.restlet.ext.jackson.JacksonConverterCopyright © 2011-2013. All Rights Reserved.