|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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(java.util.List<AnnotationInfo> annotations,
java.lang.reflect.Method javaMethod)
Returns the first annotation descriptor matching the given Java method. |
static AnnotationInfo |
AnnotationUtils.getAnnotation(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. |
AnnotationInfo |
VariantInfo.getAnnotationInfo()
Returns the optional annotation descriptor. |
Methods in org.restlet.engine.resource that return types with arguments of type AnnotationInfo | |
---|---|
java.util.List<AnnotationInfo> |
ClientInvocationHandler.getAnnotations()
Returns the annotations of the resource interface. |
static java.util.List<AnnotationInfo> |
AnnotationUtils.getAnnotations(java.lang.Class<?> clazz)
Returns the annotation descriptors for the given resource class. |
static java.util.List<AnnotationInfo> |
AnnotationUtils.getAnnotations(java.lang.Class<?> clazz,
java.lang.reflect.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(java.util.List<AnnotationInfo> annotations,
java.lang.reflect.Method javaMethod)
Returns the first annotation descriptor matching the given Java method. |
static AnnotationInfo |
AnnotationUtils.getAnnotation(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. |
Constructors in org.restlet.engine.resource with parameters of type AnnotationInfo | |
---|---|
VariantInfo(MediaType mediaType,
AnnotationInfo annotationInfo)
Constructor. |
|
VariantInfo(Variant variant,
AnnotationInfo annotationInfo)
Constructor. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |