Class SpringParserFactory
- java.lang.Object
-
- com.cosium.openapi.annotation_processor.parser.spring.SpringParserFactory
-
- All Implemented Interfaces:
PathParserFactory
public class SpringParserFactory extends Object implements PathParserFactory
Created on 12/07/17.- Author:
- Reda.Housni-Alaoui
-
-
Constructor Summary
Constructors Constructor Description SpringParserFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PathParserbuild(Types typeUtils, Elements elementUtils)StringgetSupportedAnnotation()
-
-
-
Method Detail
-
getSupportedAnnotation
public String getSupportedAnnotation()
- Specified by:
getSupportedAnnotationin interfacePathParserFactory- Returns:
- The supported annotation qualified name
-
build
public PathParser build(Types typeUtils, Elements elementUtils)
- Specified by:
buildin interfacePathParserFactory- Returns:
- A new parser
-
-