|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AnnotationInfo | |
---|---|
org.restlet.rebind |
Uses of AnnotationInfo in org.restlet.rebind |
---|
Methods in org.restlet.rebind 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)
Returns the first annotation descriptor matching the given Restlet method. |
static AnnotationInfo |
AnnotationUtils.getAnnotation(Method javaMethod)
Returns the annotation descriptor for the given resource class. |
Methods in org.restlet.rebind that return types with arguments of type AnnotationInfo | |
---|---|
static List<AnnotationInfo> |
AnnotationUtils.getAnnotations(Class<?> clazz)
Returns the annotation descriptors for the given resource class. |
Method parameters in org.restlet.rebind 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)
Returns the first annotation descriptor matching the given Restlet method. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |