public class DefaultRequestMapper extends Object implements RequestMapper
| Modifier and Type | Class and Description |
|---|---|
static class |
DefaultRequestMapper.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected List<DefaultRequestHandlerChain> |
handlerChains |
| Modifier | Constructor and Description |
|---|---|
protected |
DefaultRequestMapper(List<DefaultRequestHandlerChain> handlerChains) |
| Modifier and Type | Method and Description |
|---|---|
static DefaultRequestMapper.Builder |
builder() |
Optional<RequestHandlerChain> |
getRequestHandlerChain(HandlerInput input)
Routes the request to appropriate controller and retrieves request handler chains
|
protected final List<DefaultRequestHandlerChain> handlerChains
protected DefaultRequestMapper(List<DefaultRequestHandlerChain> handlerChains)
public static DefaultRequestMapper.Builder builder()
public Optional<RequestHandlerChain> getRequestHandlerChain(HandlerInput input)
RequestMappergetRequestHandlerChain in interface RequestMapperinput - input containing request envelope and other contextCopyright © 2018. All rights reserved.