Class BaseCollector
java.lang.Object
io.github.torand.openapi2java.collectors.BaseCollector
- Direct Known Subclasses:
EnumInfoCollector,MethodInfoCollector,OpenApiDefInfoCollector,PojoInfoCollector,PropertyInfoCollector,ResourceInfoCollector,SecurityRequirementCollector,TypeInfoCollector
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected StringdirPath2PackagePath(String dirPath) protected StringformatAnnotationDefaultParam(List<String> value) protected StringformatAnnotationNamedParam(List<String> value) protected StringformatClassRef(String className) protected StringformatDeprecationMessage(Map<String, Object> extensions) protected StringformatInnerAnnotation(String annotation, Object... args) protected StringmodelName2SchemaName(String modelName) protected StringnormalizeDescription(String description) protected StringnormalizePath(String path)
-
Field Details
-
opts
-
-
Constructor Details
-
BaseCollector
-
-
Method Details
-
normalizeDescription
-
normalizePath
-
dirPath2PackagePath
-
modelName2SchemaName
-
formatClassRef
-
formatInnerAnnotation
-
formatAnnotationDefaultParam
-
formatAnnotationNamedParam
-
formatDeprecationMessage
-