Interface PathParser
-
public interface PathParserParses paths from an annotated element Created on 12/07/17.- Author:
- Reda.Housni-Alaoui
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<ParsedPath>parse(Element annotatedElement)
-
-
-
Method Detail
-
parse
List<ParsedPath> parse(Element annotatedElement)
- Parameters:
annotatedElement- The element from which to parse the paths. This element is annoted withPathParserFactory.getSupportedAnnotation().- Returns:
- A list of parsed paths
-
-