Uses of Class
org.restlet.rebind.AnnotationInfo
-
Packages that use AnnotationInfo Package Description org.restlet.rebind Deferred binding logic for transparent serialization. -
-
Uses of AnnotationInfo in org.restlet.rebind
Methods in org.restlet.rebind that return AnnotationInfo Modifier and Type Method Description static AnnotationInfo
AnnotationUtils. getAnnotation(java.lang.reflect.Method javaMethod)
Returns the annotation descriptor for the given resource class.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)
Returns the first annotation descriptor matching the given Restlet method.Methods in org.restlet.rebind that return types with arguments of type AnnotationInfo Modifier and Type Method Description static java.util.List<AnnotationInfo>
AnnotationUtils. getAnnotations(java.lang.Class<?> clazz)
Returns the annotation descriptors for the given resource class.Method parameters in org.restlet.rebind with type arguments of type AnnotationInfo Modifier and Type Method Description 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)
Returns the first annotation descriptor matching the given Restlet method.
-