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 TypeMethodDescriptionintprotected booleanhasMatchingMethod(String expression) protected voidvoidparseStep(ParsingContext parsingContext, T step_)
-
Constructor Details
-
AnnotatedStepParser
-
-
Method Details
-
parseClass
protected void parseClass() -
getParserScoreForStep
- Specified by:
getParserScoreForStepin interfaceStepParser<T extends SingleValueStep>
-
hasMatchingMethod
-
parseStep
- Specified by:
parseStepin interfaceStepParser<T extends SingleValueStep>
-