Uses of Class
org.restlet.engine.resource.AnnotationInfo
-
Packages that use AnnotationInfo Package Description org.restlet.engine.resource Supports resources.org.restlet.resource Client and server resource classes. -
-
Uses of AnnotationInfo in org.restlet.engine.resource
Subclasses of AnnotationInfo in org.restlet.engine.resource Modifier and Type Class Description classMethodAnnotationInfoDescriptor for method annotations.classThrowableAnnotationInfoDescriptor for status annotations.Fields in org.restlet.engine.resource with type parameters of type AnnotationInfo Modifier and Type Field Description private java.util.List<AnnotationInfo>ClientInvocationHandler. annotationsThe annotations of the resource interface.private static java.util.concurrent.ConcurrentMap<java.lang.Class<?>,java.util.List<AnnotationInfo>>AnnotationUtils. cacheAnnotation info cache.Methods in org.restlet.engine.resource that return types with arguments of type AnnotationInfo Modifier and Type Method Description private java.util.List<AnnotationInfo>AnnotationUtils. addAnnotations(java.util.List<AnnotationInfo> descriptors, java.lang.Class<?> clazz, java.lang.Class<?> initialClass)Computes the annotation descriptors for the given class or interface.private java.util.List<AnnotationInfo>AnnotationUtils. addMethodAnnotationDescriptors(java.util.List<AnnotationInfo> descriptors, java.lang.Class<?> clazz, java.lang.Class<?> initialClass, java.lang.reflect.Method javaMethod)Computes the annotation descriptors for the given Java method.private java.util.List<AnnotationInfo>AnnotationUtils. addThrowableAnnotationDescriptors(java.util.List<AnnotationInfo> descriptors, java.lang.Class<?> clazz, java.lang.Class<?> initialClass)Computes the annotation descriptors for the given Java method.java.util.List<AnnotationInfo>AnnotationUtils. getAnnotations(java.lang.Class<?> clazz)Returns the annotation descriptors for the given resource class.java.util.List<AnnotationInfo>AnnotationUtils. getAnnotations(java.lang.Class<?> clazz, java.lang.reflect.Method javaMethod)Returns the annotation descriptors for the given resource class.java.util.List<AnnotationInfo>ClientInvocationHandler. getAnnotations()Returns the annotations of the resource interface.Method parameters in org.restlet.engine.resource with type arguments of type AnnotationInfo Modifier and Type Method Description private java.util.List<AnnotationInfo>AnnotationUtils. addAnnotations(java.util.List<AnnotationInfo> descriptors, java.lang.Class<?> clazz, java.lang.Class<?> initialClass)Computes the annotation descriptors for the given class or interface.private java.util.List<AnnotationInfo>AnnotationUtils. addMethodAnnotationDescriptors(java.util.List<AnnotationInfo> descriptors, java.lang.Class<?> clazz, java.lang.Class<?> initialClass, java.lang.reflect.Method javaMethod)Computes the annotation descriptors for the given Java method.private java.util.List<AnnotationInfo>AnnotationUtils. addThrowableAnnotationDescriptors(java.util.List<AnnotationInfo> descriptors, java.lang.Class<?> clazz, java.lang.Class<?> initialClass)Computes the annotation descriptors for the given Java method.MethodAnnotationInfoAnnotationUtils. getMethodAnnotation(java.util.List<AnnotationInfo> annotations, java.lang.reflect.Method javaMethod)Returns the first annotation descriptor matching the given Java method.MethodAnnotationInfoAnnotationUtils. getMethodAnnotation(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. -
Uses of AnnotationInfo in org.restlet.resource
Methods in org.restlet.resource that return types with arguments of type AnnotationInfo Modifier and Type Method Description protected java.util.List<AnnotationInfo>ServerResource. getAnnotations()Returns the annotation descriptors.
-