@Deprecated public class DefaultRequestMapper extends BaseRequestMapper<HandlerInput,Optional<Response>> implements RequestMapper
GenericRequestHandlerChain instances in the order they were provided.
Suitable chains are identified by calling canHandle on the attached GenericRequestHandler.
This implementation accesses registered DefaultRequestHandlerChain instances
in the order they were provided. Suitable chains are identified by calling canHandle on the attached
RequestHandler.| Modifier and Type | Class and Description |
|---|---|
static class |
DefaultRequestMapper.Builder
Deprecated.
DefaultRequestMapper Builder.
|
handlerChains| Modifier | Constructor and Description |
|---|---|
protected |
DefaultRequestMapper(List<BaseRequestHandlerChain<HandlerInput,Optional<Response>>> handlerChains)
Deprecated.
Constructor for DefaultRequestMapper.
|
| Modifier and Type | Method and Description |
|---|---|
static DefaultRequestMapper.Builder |
builder()
Deprecated.
Static method which returns an instance of Builder.
|
forTypes, getRequestHandlerChainclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetRequestHandlerChainprotected DefaultRequestMapper(List<BaseRequestHandlerChain<HandlerInput,Optional<Response>>> handlerChains)
handlerChains - list of request handler chains.public static DefaultRequestMapper.Builder builder()
BaseRequestMapper.Builder.Copyright © 2023. All rights reserved.