Class ResourceInfoCollector
java.lang.Object
io.github.torand.openapi2java.collectors.BaseCollector
io.github.torand.openapi2java.collectors.ResourceInfoCollector
Collects information about a resource from a collection of path items.
-
Field Summary
FieldsFields inherited from class io.github.torand.openapi2java.collectors.BaseCollector
opts -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetResourceInfo(String resourceName, Map<String, io.swagger.v3.oas.models.PathItem> paths, List<io.swagger.v3.oas.models.security.SecurityRequirement> securityRequirements, io.swagger.v3.oas.models.tags.Tag tag) Methods inherited from class io.github.torand.openapi2java.collectors.BaseCollector
dirPath2PackagePath, formatAnnotationDefaultParam, formatAnnotationNamedParam, formatClassRef, formatDeprecationMessage, formatInnerAnnotation, modelName2SchemaName, normalizeDescription, normalizePath
-
Field Details
-
AUTH_METHOD_NAME
- See Also:
-
-
Constructor Details
-
ResourceInfoCollector
-
-
Method Details
-
getResourceInfo
public ResourceInfo getResourceInfo(String resourceName, Map<String, io.swagger.v3.oas.models.PathItem> paths, List<io.swagger.v3.oas.models.security.SecurityRequirement> securityRequirements, io.swagger.v3.oas.models.tags.Tag tag)
-