Uses of Class
com.github.chhorz.openapi.common.domain.Response
Packages that use Response
-
Uses of Response in com.github.chhorz.openapi.common.domain
Methods in com.github.chhorz.openapi.common.domain that return types with arguments of type ResponseMethods in com.github.chhorz.openapi.common.domain with parameters of type ResponseModifier and TypeMethodDescriptionvoidOperation.putDefaultResponse(Response response) voidOperation.putResponse(String status, Response response) Method parameters in com.github.chhorz.openapi.common.domain with type arguments of type Response -
Uses of Response in com.github.chhorz.openapi.common.util
Methods in com.github.chhorz.openapi.common.util that return ResponseModifier and TypeMethodDescriptionResponseUtils.fromSchema(Schema schema, String[] produces, String description) ResponseUtils.fromTypeMirror(TypeMirror typeMirror, String[] produces, String description) Methods in com.github.chhorz.openapi.common.util that return types with arguments of type ResponseModifier and TypeMethodDescriptionResponseUtils.initializeFromJavadoc(com.github.chhorz.javadoc.JavaDoc javaDoc, OpenAPI openApi, String[] produces, String description, Map<TypeMirror, Schema> schemaMap)