Modifier and Type | Class and Description |
---|---|
class |
DefaultRequestHandlerChain
Deprecated.
|
Constructor and Description |
---|
DefaultRequestMapper(List<BaseRequestHandlerChain<HandlerInput,Optional<Response>>> handlerChains)
Deprecated.
Constructor for DefaultRequestMapper.
|
Modifier and Type | Method and Description |
---|---|
BaseRequestHandlerChain<Input,Output> |
BaseRequestHandlerChain.Builder.build()
Builder method constructs an instance of BaseRequestHandlerChain.
|
Modifier and Type | Field and Description |
---|---|
protected List<BaseRequestHandlerChain<Input,Output>> |
BaseRequestMapper.handlerChains
List of handler chains.
|
protected List<BaseRequestHandlerChain<Input,Output>> |
BaseRequestMapper.Builder.handlerChains
List of handler chains.
|
Modifier and Type | Method and Description |
---|---|
Self |
BaseRequestMapper.Builder.addRequestHandlerChain(BaseRequestHandlerChain<Input,Output> handlerChain)
Add a request handler chain to BaseRequestMapper.
|
Modifier and Type | Method and Description |
---|---|
Self |
BaseRequestMapper.Builder.withRequestHandlerChains(List<BaseRequestHandlerChain<Input,Output>> handlerChains)
Add multiple request handler chains to BaseRequestMapper.
|
Constructor and Description |
---|
BaseRequestMapper(List<BaseRequestHandlerChain<Input,Output>> handlerChains)
Constructor for BaseRequestMapper.
|
Copyright © 2023. All rights reserved.