Package | Description |
---|---|
org.restlet.engine.application | |
org.restlet.engine.resource |
Modifier and Type | Method and Description |
---|---|
protected float |
StrictConneg.scoreAnnotation(MethodAnnotationInfo annotation)
Scores the annotation descriptor.
|
Modifier and Type | Method and Description |
---|---|
MethodAnnotationInfo |
VariantInfo.getAnnotationInfo()
Returns the optional annotation descriptor.
|
MethodAnnotationInfo |
AnnotationUtils.getMethodAnnotation(List<AnnotationInfo> annotations,
Method javaMethod)
Returns the first annotation descriptor matching the given Java method.
|
MethodAnnotationInfo |
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.
|
Constructor and Description |
---|
VariantInfo(MediaType mediaType,
MethodAnnotationInfo annotationInfo)
Constructor.
|
VariantInfo(Variant variant,
MethodAnnotationInfo annotationInfo)
Constructor.
|
Copyright © 2005–2016. All rights reserved.