Modifier and Type | Method and Description |
---|---|
List<GenericRequestMapper<Input,Output>> |
GenericSkillConfiguration.getRequestMappers()
Getter method for list of GenericRequestMapper.
|
Modifier and Type | Field and Description |
---|---|
protected List<GenericRequestMapper<Input,Output>> |
AbstractSkillConfiguration.requestMappers
List of request mappers.
|
protected List<GenericRequestMapper<Input,Output>> |
AbstractSkillConfiguration.Builder.requestMappers
List of request mappers.
|
Modifier and Type | Method and Description |
---|---|
List<GenericRequestMapper<Input,Output>> |
AbstractSkillConfiguration.getRequestMappers()
Getter method for list of GenericRequestMapper.
|
List<GenericRequestMapper<Input,Output>> |
AbstractSkillConfiguration.Builder.getRequestMappers()
Getter for request mappers.
|
Modifier and Type | Method and Description |
---|---|
Self |
AbstractSkillConfiguration.Builder.addRequestMapper(GenericRequestMapper<Input,Output> requestMapper)
Add a request mapper to Skill config.
|
Modifier and Type | Method and Description |
---|---|
Self |
AbstractSkillConfiguration.Builder.withRequestMappers(List<GenericRequestMapper<Input,Output>> requestMappers)
Add multiple request mappers to Skill config.
|
Constructor and Description |
---|
AbstractSkillConfiguration(List<GenericRequestMapper<Input,Output>> requestMappers,
List<GenericHandlerAdapter<Input,Output>> handlerAdapters,
List<GenericRequestInterceptor<Input>> requestInterceptors,
List<GenericResponseInterceptor<Input,Output>> responseInterceptors,
GenericExceptionMapper<Input,Output> exceptionMapper)
Constructor for AbstractSkillConfiguration.
|
Constructor and Description |
---|
DefaultRequestDispatcher(Collection<GenericHandlerAdapter<HandlerInput,Optional<Response>>> handlerAdapters,
Collection<GenericRequestMapper<HandlerInput,Optional<Response>>> requestMappers,
GenericExceptionMapper<HandlerInput,Optional<Response>> exceptionMapper)
Deprecated.
Constructor for DefaultRequestDispatcher.
|
DefaultRequestDispatcher(Collection<GenericHandlerAdapter<HandlerInput,Optional<Response>>> handlerAdapters,
Collection<GenericRequestMapper<HandlerInput,Optional<Response>>> requestMappers,
GenericExceptionMapper<HandlerInput,Optional<Response>> exceptionMapper,
Collection<GenericRequestInterceptor<HandlerInput>> requestInterceptors,
Collection<GenericResponseInterceptor<HandlerInput,Optional<Response>>> responseInterceptors)
Deprecated.
Constructor for DefaultRequestDispatcher.
|
Modifier and Type | Interface and Description |
---|---|
interface |
RequestMapper
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultRequestMapper
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
List<GenericRequestMapper<HandlerInput,Optional<Response>>> |
SdkModuleContext.getRequestMappers()
Getter for Request Mappers.
|
Modifier and Type | Method and Description |
---|---|
SdkModuleContext |
SdkModuleContext.addRequestMapper(GenericRequestMapper<HandlerInput,Optional<Response>> requestMapper)
Adds request mapper to SkillConfiguration Builder.
|
Modifier and Type | Method and Description |
---|---|
SdkModuleContext |
SdkModuleContext.addRequestMappers(List<GenericRequestMapper<HandlerInput,Optional<Response>>> requestMapper)
Adds multiple request mappers to SkillConfiguration Builder.
|
Modifier and Type | Field and Description |
---|---|
protected Collection<GenericRequestMapper<Input,Output>> |
BaseRequestDispatcher.requestMappers
Collection of request mappers.
|
protected Collection<GenericRequestMapper<Input,Output>> |
BaseRequestDispatcher.Builder.requestMappers
Collection of request mappers.
|
Modifier and Type | Method and Description |
---|---|
Self |
BaseRequestDispatcher.Builder.addRequestMapper(GenericRequestMapper<Input,Output> requestMapper)
Add a request mapper to BaseRequestDispatcher.
|
Self |
BaseRequestDispatcher.Builder.withRequestMappers(GenericRequestMapper<Input,Output>... requestMappers)
Add multiple request mappers to BaseRequestDispatcher.
|
Modifier and Type | Method and Description |
---|---|
Self |
BaseRequestDispatcher.Builder.withRequestMappers(Collection<GenericRequestMapper<Input,Output>> requestMappers)
Add multiple request mappers to BaseRequestDispatcher.
|
Constructor and Description |
---|
BaseRequestDispatcher(Collection<GenericRequestMapper<Input,Output>> requestMappers,
GenericExceptionMapper<Input,Output> exceptionMapper,
Collection<GenericHandlerAdapter<Input,Output>> handlerAdapters,
Collection<GenericRequestInterceptor<Input>> requestInterceptors,
Collection<GenericResponseInterceptor<Input,Output>> responseInterceptors) |
Modifier and Type | Class and Description |
---|---|
class |
BaseRequestMapper<Input,Output>
This implementation accesses registered
GenericRequestHandlerChain instances in the order they were provided. |
Modifier and Type | Method and Description |
---|---|
GenericRequestMapper<Input,Output> |
BaseRequestMapper.Builder.build()
Builder method to build an instance of BaseRequestMapper.
|
Copyright © 2023. All rights reserved.