Uses of Class
org.restlet.service.ConverterService

Packages that use ConverterService
org.restlet.engine.resource Supports resources. 
org.restlet.resource Client and server resource classes. 
 

Uses of ConverterService in org.restlet.engine.resource
 

Methods in org.restlet.engine.resource with parameters of type ConverterService
static AnnotationInfo AnnotationUtils.getAnnotation(List<AnnotationInfo> annotations, Method restletMethod, Form query, Representation entity, MetadataService metadataService, ConverterService converterService)
          Returns the first annotation descriptor matching the given Restlet method.
 List<Variant> AnnotationInfo.getRequestVariants(MetadataService metadataService, ConverterService converterService)
          Returns a list of request variants based on the annotation value.
 List<Variant> AnnotationInfo.getResponseVariants(MetadataService metadataService, ConverterService converterService)
          Returns a list of response variants based on the annotation value.
 boolean AnnotationInfo.isCompatible(Method restletMethod, Form queryParams, Representation requestEntity, MetadataService metadataService, ConverterService converterService)
          Indicates if the annotated method described is compatible with the given parameters.
 boolean AnnotationInfo.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 ConverterService
 ConverterService Resource.getConverterService()
          Returns the application's converter service or create a new one.
 



Copyright © 2005-2014 Restlet.