public final class PathCallParamRuleProvider extends java.lang.Object implements AnnotationRuleProvider<PathCallParam,MethodArgument,PathCallParamRule>
PathCallParamRule
.Modifier and Type | Field and Description |
---|---|
private int |
index |
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
.