Class QueryAnnotation.Applier
java.lang.Object
org.apache.juneau.AnnotationApplier<Query,BeanContext.Builder>
org.apache.juneau.http.annotation.QueryAnnotation.Applier
- Enclosing class:
- QueryAnnotation
Applies targeted
Query annotations to a BeanContext.Builder.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidapply(AnnotationInfo<Query> ai, BeanContext.Builder b) Apply the specified annotation to the specified property store builder.
-
Constructor Details
-
Applier
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<Query,BeanContext.Builder> - Parameters:
ai- The annotation.b- The property store builder.
-