Uses of Class
org.restlet.service.ConverterService
-
Packages that use ConverterService Package Description org.restlet Core classes of the API.org.restlet.engine.resource Supports resources.org.restlet.ext.jaxrs.internal.provider 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 ConverterServiceApplication. getConverterService()Returns the converter service.Methods in org.restlet with parameters of type ConverterService Modifier and Type Method Description voidApplication. 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 ConverterService Modifier and Type Method Description MethodAnnotationInfoAnnotationUtils. getMethodAnnotation(java.util.List<AnnotationInfo> annotations, Method restletMethod, Form query, Representation entity, MetadataService metadataService, ConverterService converterService)Returns the first annotation descriptor matching the given Restlet method.java.util.List<Variant>MethodAnnotationInfo. getRequestVariants(MetadataService metadataService, ConverterService converterService)Returns a list of request variants based on the annotation value.java.util.List<Variant>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.ext.jaxrs.internal.provider
Fields in org.restlet.ext.jaxrs.internal.provider declared as ConverterService Modifier and Type Field Description private ConverterServiceConverterProvider. converterServiceDeprecated.The Restlet converter service.Methods in org.restlet.ext.jaxrs.internal.provider that return ConverterService Modifier and Type Method Description private ConverterServiceConverterProvider. getConverterService()Deprecated.Return the Restlet converter service. -
Uses of ConverterService in org.restlet.resource
Methods in org.restlet.resource that return ConverterService Modifier and Type Method Description ConverterServiceResource. getConverterService()Returns the application's converter service or create a new one. -
Uses of ConverterService in org.restlet.service
Fields in org.restlet.service declared as ConverterService Modifier and Type Field Description private ConverterServiceStatusService. converterServiceThe service used to convert between status/throwable and representation.Methods in org.restlet.service that return ConverterService Modifier and Type Method Description ConverterServiceStatusService. 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 voidStatusService. 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.
-