public final class PathCallParamRuleProvider extends Object implements AnnotationRuleProvider<PathCallParam,MethodArgument,PathCallParamRule>
PathCallParamRule.| Constructor and Description |
|---|
PathCallParamRuleProvider() |
| Modifier and Type | Method and Description |
|---|---|
PathCallParamRule |
get()
Provides an instance of
Rule. |
void |
init(PathCallParam annotation,
MethodArgument element)
Initializes the provider.
|
public void init(PathCallParam annotation, MethodArgument element)
init in interface AnnotationRuleProvider<PathCallParam,MethodArgument,PathCallParamRule>annotation - the annotation instance.element - the annotated element reference.public PathCallParamRule get()
Rule.
Must never return null.get in interface AnnotationRuleProvider<PathCallParam,MethodArgument,PathCallParamRule>Rule.Copyright © 2001–2021 The Apache Software Foundation. All rights reserved.