Uses of Class
org.restlet.engine.resource.MethodAnnotationInfo
-
Packages that use MethodAnnotationInfo Package Description org.restlet.engine.application Supports Restlet applications.org.restlet.engine.resource Supports resources.org.restlet.resource Client and server resource classes. -
-
Uses of MethodAnnotationInfo in org.restlet.engine.application
Methods in org.restlet.engine.application with parameters of type MethodAnnotationInfo Modifier and Type Method Description private floatStrictConneg. doScoreAnnotation(MethodAnnotationInfo annotation)protected floatStrictConneg. scoreAnnotation(MethodAnnotationInfo annotation)Scores the annotation descriptor. -
Uses of MethodAnnotationInfo in org.restlet.engine.resource
Fields in org.restlet.engine.resource declared as MethodAnnotationInfo Modifier and Type Field Description private MethodAnnotationInfoVariantInfo. annotationInfoThe optional annotation descriptor.Methods in org.restlet.engine.resource that return MethodAnnotationInfo Modifier and Type Method Description MethodAnnotationInfoVariantInfo. getAnnotationInfo()Returns the optional annotation descriptor.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.Constructors in org.restlet.engine.resource with parameters of type MethodAnnotationInfo Constructor Description VariantInfo(MediaType mediaType, MethodAnnotationInfo annotationInfo)Constructor.VariantInfo(Variant variant, MethodAnnotationInfo annotationInfo)Constructor. -
Uses of MethodAnnotationInfo in org.restlet.resource
Methods in org.restlet.resource that return MethodAnnotationInfo Modifier and Type Method Description protected MethodAnnotationInfoServerResource. getAnnotation(Method method)Returns the first annotation descriptor matching the given method.protected MethodAnnotationInfoServerResource. getAnnotation(Method method, Form query, Representation entity)Returns the first annotation descriptor matching the given method.Methods in org.restlet.resource with parameters of type MethodAnnotationInfo Modifier and Type Method Description protected RepresentationServerResource. doHandle(MethodAnnotationInfo annotationInfo, Variant variant)Effectively handles a call with content negotiation of the response entity using an annotated method.
-