Package | Description |
---|---|
org.restlet.rebind |
Deferred binding logic for transparent serialization.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
static List<AnnotationInfo> |
AnnotationUtils.getAnnotations(Class<?> clazz)
Returns the annotation descriptors for the given resource class.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Copyright © 2005-2017 Restlet.