Class Components
java.lang.Object
com.github.chhorz.openapi.common.domain.Components
https://spec.openapis.org/oas/v3.1.0#components-object
- Author:
- chhorz
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic booleanisValidKey(String key) voidputAllParsedSchemas(Map<String, Schema> schemas) voidputAllSchemas(Map<String, Schema> schemas) voidputRequestBody(String type, RequestBody requestBody) voidsetSecuritySchemes(Map<String, SecurityScheme> securitySchemes)
-
Constructor Details
-
Components
public Components()
-
-
Method Details
-
isValidKey
-
putAllSchemas
-
putAllParsedSchemas
-
getSchemas
-
putRequestBody
-
getRequestBodies
-
getResponses
-
getSecuritySchemes
-
setSecuritySchemes
-