Class Request<T extends Body>
java.lang.Object
com.predic8.membrane.core.openapi.model.Message<T,Request<T>>
com.predic8.membrane.core.openapi.model.Request<T>
-
Nested Class Summary
Nested classes/interfaces inherited from class com.predic8.membrane.core.openapi.model.Message
Message.Headers -
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondelete()get()getPath()booleanhasScheme(SecurityScheme scheme) voidparsePathParameters(String uriTemplate) patch()post()put()securitySchemes(List<SecurityScheme> schemes) voidvoidsetSecuritySchemes(List<SecurityScheme> securitySchemes) toString()trace()Methods inherited from class com.predic8.membrane.core.openapi.model.Message
body, body, body, body, getBody, getHeaders, getMediaType, hasBody, isOfMediaType, json, mediaType
-
Constructor Details
-
Request
-
Request
-
-
Method Details
-
get
-
post
-
put
-
delete
-
patch
-
trace
-
path
-
securitySchemes
-
scopes
-
getMethod
-
getPath
-
getScopes
-
setScopes
-
getPathParameters
-
getSecuritySchemes
-
setSecuritySchemes
-
hasScheme
-
parsePathParameters
- Throws:
PathDoesNotMatchException
-
toString
-