Class AnnotatedStepParser<T extends SingleValueStep>
java.lang.Object
step.repositories.parser.annotated.AnnotatedStepParser<T>
- All Implemented Interfaces:
StepParser<T>
- Direct Known Subclasses:
AbstractDescriptionStepParser
,DefaultExpectedStepParser
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
protected boolean
hasMatchingMethod
(String expression) protected void
void
parseStep
(ParsingContext parsingContext, T step_)
-
Constructor Details
-
AnnotatedStepParser
-
-
Method Details
-
parseClass
protected void parseClass() -
getParserScoreForStep
- Specified by:
getParserScoreForStep
in interfaceStepParser<T extends SingleValueStep>
-
hasMatchingMethod
-
parseStep
- Specified by:
parseStep
in interfaceStepParser<T extends SingleValueStep>
-