Uses of Class
org.restlet.service.ConverterService
Packages that use ConverterService
Package
Description
Core classes of the Restlet API.
Supports resources.
Client and server resource classes.
Services used by applications and components.
-
Uses of ConverterService in org.restlet
Methods in org.restlet that return ConverterServiceModifier and TypeMethodDescriptionApplication.getConverterService()Returns the converter service.Methods in org.restlet with parameters of type ConverterServiceModifier and TypeMethodDescriptionvoidApplication.setConverterService(ConverterService converterService) Sets the converter service. -
Uses of ConverterService in org.restlet.engine.resource
Methods in org.restlet.engine.resource with parameters of type ConverterServiceModifier and TypeMethodDescriptionAnnotationUtils.getMethodAnnotation(List<AnnotationInfo> annotations, Method restletMethod, Form query, Representation entity, MetadataService metadataService, ConverterService converterService) Returns the first annotation descriptor matching the given Restlet method.MethodAnnotationInfo.getRequestVariants(MetadataService metadataService, ConverterService converterService) Returns a list of request variants based on the annotation value.MethodAnnotationInfo.getResponseVariants(MetadataService metadataService, ConverterService converterService) Returns a list of response variants based on the annotation value.booleanMethodAnnotationInfo.isCompatible(Method restletMethod, Form queryParams, Representation requestEntity, MetadataService metadataService, ConverterService converterService) Indicates if the annotated method described is compatible with the given parameters.booleanMethodAnnotationInfo.isCompatibleRequestEntity(Representation requestEntity, MetadataService metadataService, ConverterService converterService) Indicates if the given request entity is compatible with the annotated method described. -
Uses of ConverterService in org.restlet.resource
Methods in org.restlet.resource that return ConverterServiceModifier and TypeMethodDescriptionResource.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 ConverterServiceModifier and TypeMethodDescriptionStatusService.getConverterService()Returns the service used to convert between status/throwable and representation.Methods in org.restlet.service with parameters of type ConverterServiceModifier and TypeMethodDescriptionvoidStatusService.setConverterService(ConverterService converterService) Sets the service used to convert between status/throwable and representation.Constructors in org.restlet.service with parameters of type ConverterServiceModifierConstructorDescriptionStatusService(boolean enabled, ConverterService converterService, MetadataService metadataService, ConnegService connegService) Constructor.