AnnotationRuleProvider<PathCallParam,MethodArgument,PathCallParamRule>public final class PathCallParamRuleProvider extends java.lang.Object implements AnnotationRuleProvider<PathCallParam,MethodArgument,PathCallParamRule>
PathCallParamRule.| Constructor | Description |
|---|---|
PathCallParamRuleProvider() |
| Modifier and Type | Method | Description |
|---|---|---|
PathCallParamRule |
get() |
Provides an instance of
Rule. |
void |
init(PathCallParam annotation,
MethodArgument element) |
Initializes the provider.
|
public PathCallParamRuleProvider()
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.