Class RestGetAnnotation.RestOpContextApply
java.lang.Object
org.apache.juneau.AnnotationApplier<RestGet,RestOpContext.Builder>
org.apache.juneau.rest.annotation.RestGetAnnotation.RestOpContextApply
- Enclosing class:
RestGetAnnotation
public static class RestGetAnnotation.RestOpContextApply
extends AnnotationApplier<RestGet,RestOpContext.Builder>
Applies
RestGet
annotations to a RestOpContext.Builder
.-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.juneau.AnnotationApplier
AnnotationApplier.NoOp
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Apply the specified annotation to the specified property store builder.
-
Constructor Details
-
RestOpContextApply
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<RestGet,
RestOpContext.Builder> - Parameters:
ai
- The annotation.b
- The property store builder.
-