Uses of Class
org.restlet.service.ConverterService
-
Packages that use ConverterService Package Description org.restlet Core classes of the API.org.restlet.resource Client and server resource classes.org.restlet.service Services used by applications and components. -
-
Uses of ConverterService in org.restlet
Methods in org.restlet that return ConverterService Modifier and Type Method Description ConverterService
Application. getConverterService()
Returns the converter service.Methods in org.restlet with parameters of type ConverterService Modifier and Type Method Description void
Application. setConverterService(ConverterService converterService)
Sets the converter service. -
Uses of ConverterService in org.restlet.resource
Methods in org.restlet.resource that return ConverterService Modifier and Type Method Description ConverterService
Resource. getConverterService()
Returns the application's converter service or create a new one. -
Uses of ConverterService in org.restlet.service
Methods in org.restlet.service that return ConverterService Modifier and Type Method Description ConverterService
StatusService. getConverterService()
Returns the service used to convert between status/throwable and representation.Methods in org.restlet.service with parameters of type ConverterService Modifier and Type Method Description void
StatusService. setConverterService(ConverterService converterService)
Sets the service used to convert between status/throwable and representation.Constructors in org.restlet.service with parameters of type ConverterService Constructor Description StatusService(boolean enabled, ConverterService converterService, MetadataService metadataService, ConnegService connegService)
Constructor.
-