Class MethodInfoCollector
java.lang.Object
io.github.torand.openapi2java.collectors.BaseCollector
io.github.torand.openapi2java.collectors.MethodInfoCollector
Collects information about a method from an operation.
-
Field Summary
Fields inherited from class io.github.torand.openapi2java.collectors.BaseCollector
opts
-
Constructor Summary
ConstructorsConstructorDescriptionMethodInfoCollector
(ComponentResolver componentResolver, TypeInfoCollector typeInfoCollector, Options opts) -
Method Summary
Modifier and TypeMethodDescriptiongetMethodInfo
(String verb, String path, io.swagger.v3.oas.models.Operation operation) Methods inherited from class io.github.torand.openapi2java.collectors.BaseCollector
dirPath2PackagePath, formatAnnotationDefaultParam, formatAnnotationNamedParam, formatClassRef, formatDeprecationMessage, formatInnerAnnotation, modelName2SchemaName, normalizeDescription, normalizePath
-
Constructor Details
-
MethodInfoCollector
public MethodInfoCollector(ComponentResolver componentResolver, TypeInfoCollector typeInfoCollector, Options opts)
-
-
Method Details
-
getMethodInfo
public MethodInfo getMethodInfo(String verb, String path, io.swagger.v3.oas.models.Operation operation)
-