Class ResponseUtils
java.lang.Object
com.github.chhorz.openapi.common.util.ResponseUtils
-
Constructor Summary
ConstructorDescriptionResponseUtils
(Elements elements, Types types, ParserProperties parserProperties, LogUtils logUtils) -
Method Summary
Modifier and TypeMethodDescriptionfromSchema
(Schema schema, String[] produces, String description) fromTypeMirror
(TypeMirror typeMirror, String[] produces, String description) initializeFromJavadoc
(com.github.chhorz.javadoc.JavaDoc javaDoc, OpenAPI openApi, String[] produces, String description, Map<TypeMirror, Schema> schemaMap)
-
Constructor Details
-
ResponseUtils
public ResponseUtils(Elements elements, Types types, ParserProperties parserProperties, LogUtils logUtils)
-
-
Method Details
-
fromTypeMirror
-
fromSchema
-
initializeFromJavadoc
-