Uses of Class
com.cosium.openapi.annotation_processor.model.ParsedPath
-
Packages that use ParsedPath Package Description com.cosium.openapi.annotation_processor.parser com.cosium.openapi.annotation_processor.specification -
-
Uses of ParsedPath in com.cosium.openapi.annotation_processor.parser
Methods in com.cosium.openapi.annotation_processor.parser that return types with arguments of type ParsedPath Modifier and Type Method Description List<ParsedPath>PathParser. parse(Element annotatedElement) -
Uses of ParsedPath in com.cosium.openapi.annotation_processor.specification
Method parameters in com.cosium.openapi.annotation_processor.specification with type arguments of type ParsedPath Modifier and Type Method Description io.swagger.models.SwaggerSpecificationGenerator. generate(List<ParsedPath> parsedPaths, RoundDescriptor roundDescriptor)Generate specification for given paths
-