Uses of Class
org.restlet.engine.resource.AnnotationInfo
Packages that use AnnotationInfo
Package
Description
Supports resources.
Client and server resource classes.
-
Uses of AnnotationInfo in org.restlet.engine.resource
Subclasses of AnnotationInfo in org.restlet.engine.resourceModifier and TypeClassDescriptionclassDescriptor for method annotations.classDescriptor for status annotations.Methods in org.restlet.engine.resource that return types with arguments of type AnnotationInfoModifier and TypeMethodDescriptionAnnotationUtils.getAnnotations(Class<?> clazz) Returns the annotation descriptors for the given resource class.AnnotationUtils.getAnnotations(Class<?> clazz, Method javaMethod) Returns the annotation descriptors for the given resource class.ClientInvocationHandler.getAnnotations()Returns the annotations of the resource interface.Method parameters in org.restlet.engine.resource with type arguments of type AnnotationInfoModifier and TypeMethodDescriptionAnnotationUtils.getMethodAnnotation(List<AnnotationInfo> annotations, Method javaMethod) Returns the first annotation descriptor matching the given Java method.AnnotationUtils.getMethodAnnotation(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 AnnotationInfoModifier and TypeMethodDescriptionprotected List<AnnotationInfo>ServerResource.getAnnotations()Returns the annotation descriptors.