| Package | Description |
|---|---|
| com.amazon.ask.builder | |
| com.amazon.ask.dispatcher.exception.impl | |
| com.amazon.ask.dispatcher.impl |
| Modifier and Type | Field and Description |
|---|---|
protected ExceptionMapper |
SkillConfiguration.exceptionMapper |
| Modifier and Type | Method and Description |
|---|---|
ExceptionMapper |
SkillConfiguration.getExceptionMapper() |
| Modifier and Type | Method and Description |
|---|---|
SkillConfiguration.Builder |
SkillConfiguration.Builder.withExceptionMapper(ExceptionMapper exceptionMapper) |
| Constructor and Description |
|---|
SkillConfiguration(List<RequestMapper> requestMappers,
List<HandlerAdapter> handlerAdapters,
ExceptionMapper exceptionMapper,
PersistenceAdapter persistenceAdapter,
com.amazon.ask.model.services.ApiClient apiClient,
String customUserAgent,
String skillId) |
SkillConfiguration(List<RequestMapper> requestMappers,
List<HandlerAdapter> handlerAdapters,
List<RequestInterceptor> requestInterceptors,
List<ResponseInterceptor> responseInterceptors,
ExceptionMapper exceptionMapper,
PersistenceAdapter persistenceAdapter,
com.amazon.ask.model.services.ApiClient apiClient,
String customUserAgent,
String skillId) |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultExceptionMapper |
| Modifier and Type | Field and Description |
|---|---|
protected ExceptionMapper |
DefaultRequestDispatcher.exceptionMapper |
| Modifier and Type | Method and Description |
|---|---|
DefaultRequestDispatcher.Builder |
DefaultRequestDispatcher.Builder.withExceptionMapper(ExceptionMapper exceptionMapper) |
| Constructor and Description |
|---|
DefaultRequestDispatcher(Collection<HandlerAdapter> handlerAdapters,
Collection<RequestMapper> requestMappers,
ExceptionMapper exceptionMapper) |
DefaultRequestDispatcher(Collection<HandlerAdapter> handlerAdapters,
Collection<RequestMapper> requestMappers,
ExceptionMapper exceptionMapper,
Collection<RequestInterceptor> requestInterceptors,
Collection<ResponseInterceptor> responseInterceptors) |
Copyright © 2018. All rights reserved.