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