Modifier and Type | Method and Description |
---|---|
ConverterHelper |
Engine.findHelper()
Finds the converter helper supporting the given conversion.
|
Modifier and Type | Method and Description |
---|---|
List<ConverterHelper> |
Engine.getRegisteredConverters()
Returns the list of available converters.
|
Modifier and Type | Method and Description |
---|---|
void |
Engine.setRegisteredConverters(List<ConverterHelper> registeredConverters)
Sets the list of available converter helpers.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultConverter
Converter for the built-in Representation classes.
|
class |
StatusInfoHtmlConverter
Converter for the
StatusInfo class. |
Modifier and Type | Method and Description |
---|---|
static ConverterHelper |
ConverterUtils.getBestHelper(Object source,
Variant target,
Resource resource)
Returns the best converter helper matching the given parameters.
|
static <T> ConverterHelper |
ConverterUtils.getBestHelper(Representation source,
Class<T> target,
Resource resource)
Returns the best converter helper matching the given parameters.
|
Modifier and Type | Class and Description |
---|---|
class |
AtomConverter
Converter between the Atom API and Representation classes.
|
Modifier and Type | Class and Description |
---|---|
class |
FreemarkerConverter
Converter between the FreeMarker Template objects and Representations.
|
Modifier and Type | Class and Description |
---|---|
class |
GsonConverter
Converter between the JSON and Representation classe based on Gson library.
|
Modifier and Type | Class and Description |
---|---|
class |
HtmlConverter
Converter between the HTML API and Representation classes.
|
Modifier and Type | Class and Description |
---|---|
class |
JacksonConverter
Converter between the JSON, JSON Smile, CSV, XML, YAML and Representation
classes based on Jackson.
|
Modifier and Type | Class and Description |
---|---|
class |
JavaMailConverter
A JavaMail converter helper to convert from Message objects to
MessageRepresentation.
|
Modifier and Type | Class and Description |
---|---|
class |
JaxbConverter
A JAXB Converter Helper to convert from JAXB objects to JaxbRepresentations
and vice versa.
|
Modifier and Type | Class and Description |
---|---|
class |
JdbcConverter
Deprecated.
Use a persistence technology such as Mybatis or Hibernate instead.
|
Modifier and Type | Class and Description |
---|---|
class |
JibxConverter
Deprecated.
Use an XML serialization technology such as Jackson instead.
|
Modifier and Type | Class and Description |
---|---|
class |
RdfConverter
Converter between the Graph and RDF Representation classes.
|
Modifier and Type | Class and Description |
---|---|
class |
ThymeleafConverter
Converter between the Thymeleaf Template objects and Representations.
|
Modifier and Type | Class and Description |
---|---|
class |
VelocityConverter
Converter between the Velocity Template objects and Representations.
|
Modifier and Type | Class and Description |
---|---|
class |
WadlConverter
A converter helper to convert between
ApplicationInfo objects and
WadlRepresentation ones. |
Modifier and Type | Class and Description |
---|---|
class |
XmlConverter
Converter between the XML APIs and XML Representation classes.
|
Modifier and Type | Class and Description |
---|---|
class |
XstreamConverter
Deprecated.
Use an XML serialization technology such as Jackson instead.
|
Copyright © 2005–2017. All rights reserved.