Class RestAnnotation.RestContextApply
java.lang.Object
org.apache.juneau.AnnotationApplier<Rest,RestContext.Builder>
org.apache.juneau.rest.annotation.RestAnnotation.RestContextApply
- Enclosing class:
RestAnnotation
public static class RestAnnotation.RestContextApply
extends AnnotationApplier<Rest,RestContext.Builder>
Applies
Rest
annotations to a RestContext.Builder
.-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.juneau.AnnotationApplier
AnnotationApplier.NoOp
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
apply
(AnnotationInfo<Rest> ai, RestContext.Builder b) Apply the specified annotation to the specified property store builder.
-
Constructor Details
-
RestContextApply
Constructor.- Parameters:
vr
- The resolver for resolving values in annotations.
-
-
Method Details
-
apply
Description copied from class:AnnotationApplier
Apply the specified annotation to the specified property store builder.- Specified by:
apply
in classAnnotationApplier<Rest,
RestContext.Builder> - Parameters:
ai
- The annotation.b
- The property store builder.
-