Uses of Class
org.restlet.engine.resource.MethodAnnotationInfo
Packages that use MethodAnnotationInfo
Package
Description
Supports Restlet applications.
Supports resources.
Client and server resource classes.
-
Uses of MethodAnnotationInfo in org.restlet.engine.application
Methods in org.restlet.engine.application with parameters of type MethodAnnotationInfoModifier and TypeMethodDescriptionprotected floatStrictConneg.scoreAnnotation(MethodAnnotationInfo annotation) Scores the annotation descriptor. -
Uses of MethodAnnotationInfo in org.restlet.engine.resource
Methods in org.restlet.engine.resource that return MethodAnnotationInfoModifier and TypeMethodDescriptionVariantInfo.getAnnotationInfo()Returns the optional annotation descriptor.AnnotationUtils.getMethodAnnotation(List<AnnotationInfo> annotations, Method javaMethod) Returns the first annotation descriptor matching the given Java method.AnnotationUtils.getMethodAnnotation(List<AnnotationInfo> annotations, Method restletMethod, Form query, Representation entity, MetadataService metadataService, ConverterService converterService) Returns the first annotation descriptor matching the given Restlet method.Constructors in org.restlet.engine.resource with parameters of type MethodAnnotationInfoModifierConstructorDescriptionVariantInfo(MediaType mediaType, MethodAnnotationInfo annotationInfo) Constructor.VariantInfo(Variant variant, MethodAnnotationInfo annotationInfo) Constructor. -
Uses of MethodAnnotationInfo in org.restlet.resource
Methods in org.restlet.resource that return MethodAnnotationInfoModifier and TypeMethodDescriptionprotected MethodAnnotationInfoServerResource.getAnnotation(Method method) Returns the first annotation descriptor matching the given method.protected MethodAnnotationInfoServerResource.getAnnotation(Method method, Form query, Representation entity) Returns the first annotation descriptor matching the given method.Methods in org.restlet.resource with parameters of type MethodAnnotationInfoModifier and TypeMethodDescriptionprotected RepresentationServerResource.doHandle(MethodAnnotationInfo annotationInfo, Variant variant) Effectively handles a call with content negotiation of the response entity using an annotated method.