Uses of Class
org.restlet.engine.converter.ConverterHelper
Packages that use ConverterHelper
Package
Description
Implementation of Restlet API.
Supports the converter service.
-
Uses of ConverterHelper in org.restlet.engine
Methods in org.restlet.engine that return ConverterHelperModifier and TypeMethodDescriptionEngine.findHelper()Finds the converter helper supporting the given conversion.Methods in org.restlet.engine that return types with arguments of type ConverterHelperModifier and TypeMethodDescriptionEngine.getRegisteredConverters()Returns the list of available converters.Method parameters in org.restlet.engine with type arguments of type ConverterHelperModifier and TypeMethodDescriptionvoidEngine.setRegisteredConverters(List<ConverterHelper> registeredConverters) Sets the list of available converter helpers. -
Uses of ConverterHelper in org.restlet.engine.converter
Subclasses of ConverterHelper in org.restlet.engine.converterModifier and TypeClassDescriptionclassConverter for the built-in Representation classes.classConverter for theStatusInfoclass.Methods in org.restlet.engine.converter that return ConverterHelperModifier and TypeMethodDescriptionstatic ConverterHelperConverterUtils.getBestHelper(Object source, Variant target, Resource resource) Returns the best converter helper matching the given parameters.static <T> ConverterHelperConverterUtils.getBestHelper(Representation source, Class<T> target, Resource resource) Returns the best converter helper matching the given parameters.