Uses of Class
org.restlet.engine.resource.AnnotationInfo

Packages that use AnnotationInfo
org.restlet.engine.application Supports Restlet applications. 
org.restlet.engine.resource Supports resources. 
 

Uses of AnnotationInfo in org.restlet.engine.application
 

Methods in org.restlet.engine.application with parameters of type AnnotationInfo
protected  float StrictConneg.scoreAnnotation(AnnotationInfo annotation)
          Scores the annotation descriptor.
 

Uses of AnnotationInfo in org.restlet.engine.resource
 

Methods in org.restlet.engine.resource that return AnnotationInfo
static AnnotationInfo AnnotationUtils.getAnnotation(List<AnnotationInfo> annotations, Method javaMethod)
          Returns the first annotation descriptor matching the given Java method.
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.
 AnnotationInfo VariantInfo.getAnnotationInfo()
          Returns the optional annotation descriptor.
 

Methods in org.restlet.engine.resource that return types with arguments of type AnnotationInfo
 List<AnnotationInfo> ClientInvocationHandler.getAnnotations()
          Returns the annotations of the resource interface.
static List<AnnotationInfo> AnnotationUtils.getAnnotations(Class<?> clazz)
          Returns the annotation descriptors for the given resource class.
static List<AnnotationInfo> AnnotationUtils.getAnnotations(Class<?> clazz, Method javaMethod)
          Returns the annotation descriptors for the given resource class.
 

Method parameters in org.restlet.engine.resource with type arguments of type AnnotationInfo
static AnnotationInfo AnnotationUtils.getAnnotation(List<AnnotationInfo> annotations, Method javaMethod)
          Returns the first annotation descriptor matching the given Java method.
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.
 

Constructors in org.restlet.engine.resource with parameters of type AnnotationInfo
VariantInfo(MediaType mediaType, AnnotationInfo annotationInfo)
          Constructor.
VariantInfo(Variant variant, AnnotationInfo annotationInfo)
          Constructor.
 



Copyright © 2005-2013 Restlet.