public class DefaultRequestMapper extends Object implements RequestMapper
| Modifier and Type | Class and Description |
|---|---|
static class |
DefaultRequestMapper.Builder |
| 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
|
public static DefaultRequestMapper.Builder builder()
public Optional<RequestHandlerChain> getRequestHandlerChain(HandlerInput input)
RequestMappergetRequestHandlerChain in interface RequestMapperinput - input containing request envelope and other contextCopyright © Amazon.com, Inc. or its affiliates. All Rights Reserved.