| Package | Description |
|---|---|
| org.restlet.engine |
Implementation of Restlet API.
|
| org.restlet.engine.converter |
Supports the converter service.
|
| 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.
|
Copyright © 2005–2025. All rights reserved.