Class RestPutAnnotation.RestOpContextApply
java.lang.Object
org.apache.juneau.AnnotationApplier<RestPut,RestOpContext.Builder>
org.apache.juneau.rest.annotation.RestPutAnnotation.RestOpContextApply
- Enclosing class:
- RestPutAnnotation
public static class RestPutAnnotation.RestOpContextApply
extends AnnotationApplier<RestPut,RestOpContext.Builder>
Applies
RestPut annotations to a RestOpContext.Builder.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidApply 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:AnnotationApplierApply the specified annotation to the specified property store builder.- Specified by:
applyin classAnnotationApplier<RestPut,RestOpContext.Builder> - Parameters:
ai- The annotation.b- The property store builder.
-