Modifier and Type | Method and Description |
---|---|
GenericExceptionMapper<Input,Output> |
GenericSkillConfiguration.getExceptionMapper()
Getter method for GenericExceptionMapper.
|
Modifier and Type | Field and Description |
---|---|
protected GenericExceptionMapper<Input,Output> |
AbstractSkillConfiguration.exceptionMapper
Exception mapper.
|
protected GenericExceptionMapper<Input,Output> |
AbstractSkillConfiguration.Builder.exceptionMapper
Exception mapper.
|
Modifier and Type | Method and Description |
---|---|
GenericExceptionMapper<Input,Output> |
AbstractSkillConfiguration.getExceptionMapper()
Getter method for GenericExceptionMapper.
|
Modifier and Type | Method and Description |
---|---|
Self |
AbstractSkillConfiguration.Builder.withExceptionMapper(GenericExceptionMapper<Input,Output> exceptionMapper)
Add an exception mapper 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.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ExceptionMapper
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultExceptionMapper
Deprecated.
|
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 | Method and Description |
---|---|
SdkModuleContext |
SdkModuleContext.setExceptionMapper(GenericExceptionMapper<HandlerInput,Optional<Response>> exceptionMapper)
Adds exception mapper to SkillConfiguration Builder.
|
Modifier and Type | Field and Description |
---|---|
protected GenericExceptionMapper<Input,Output> |
BaseRequestDispatcher.exceptionMapper
Exception mapper.
|
protected GenericExceptionMapper<Input,Output> |
BaseRequestDispatcher.Builder.exceptionMapper
Exception mapper.
|
Modifier and Type | Method and Description |
---|---|
Self |
BaseRequestDispatcher.Builder.withExceptionMapper(GenericExceptionMapper<Input,Output> exceptionMapper)
Add an exception mapper 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 |
BaseExceptionMapper<Input,Output>
.
|
Modifier and Type | Method and Description |
---|---|
GenericExceptionMapper<Input,Output> |
BaseExceptionMapper.Builder.build()
Builder method to build an instance of BaseExceptionMapper.
|
Copyright © 2023. All rights reserved.