R
- type of the requestM
- type of the message parameterspublic interface UntypedResponseMessageHeaders<R extends RequestBody,M extends MessageParameters> extends RestHandlerSpecification
Modifier and Type | Method and Description |
---|---|
default boolean |
acceptsFileUploads()
Returns whether this header allows file uploads.
|
Class<R> |
getRequestClass()
Returns the class of the request message.
|
M |
getUnresolvedMessageParameters()
Returns a new
MessageParameters object. |
getHttpMethod, getSupportedAPIVersions, getTargetRestEndpointURL
Class<R> getRequestClass()
M getUnresolvedMessageParameters()
MessageParameters
object.default boolean acceptsFileUploads()
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.