| Package | Description |
|---|---|
| com.amazon.ask.dispatcher.exception.impl | |
| com.amazon.ask.request.exception.mapper.impl |
| Modifier and Type | Class and Description |
|---|---|
static class |
DefaultExceptionMapper.Builder
Deprecated.
DefaultExceptionMapper Builder.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
BaseExceptionMapper.Builder<Input,Output,Self extends BaseExceptionMapper.Builder<Input,Output,Self>>
Base Exception Mapper Builder.
|
| Modifier and Type | Method and Description |
|---|---|
static <Input,Output,Self extends BaseExceptionMapper.Builder<Input,Output,Self>> |
BaseExceptionMapper.forTypes(Class<Input> input,
Class<Output> output)
Returns an instance of Builder.
|
| Modifier and Type | Method and Description |
|---|---|
static <Input,Output> |
BaseExceptionMapper.builder()
Returns an instance of Builder.
|
static <Input,Output,Self extends BaseExceptionMapper.Builder<Input,Output,Self>> |
BaseExceptionMapper.forTypes(Class<Input> input,
Class<Output> output)
Returns an instance of Builder.
|
Copyright © 2023. All rights reserved.