Interface PathParserFactory
-
- All Known Implementing Classes:
SpringParserFactory
public interface PathParserFactoryBuilds a path parser against a supported annotation Created on 12/07/17.- Author:
- Reda.Housni-Alaoui
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PathParserbuild(Types typeUtils, Elements elementUtils)StringgetSupportedAnnotation()
-
-
-
Method Detail
-
getSupportedAnnotation
String getSupportedAnnotation()
- Returns:
- The supported annotation qualified name
-
build
PathParser build(Types typeUtils, Elements elementUtils)
- Returns:
- A new parser
-
-