Class RestPatchAnnotation.RestOpContextApply
java.lang.Object
org.apache.juneau.AnnotationApplier<RestPatch,RestOpContext.Builder>
org.apache.juneau.rest.annotation.RestPatchAnnotation.RestOpContextApply
- Enclosing class:
- RestPatchAnnotation
public static class RestPatchAnnotation.RestOpContextApply
extends AnnotationApplier<RestPatch,RestOpContext.Builder>
Applies
RestPatch 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<RestPatch,RestOpContext.Builder> - Parameters:
ai- The annotation.b- The property store builder.
-