Package | Description |
---|---|
com.amazon.ask.response.template.impl |
Modifier and Type | Class and Description |
---|---|
static class |
BaseTemplateFactory.Builder<Input,Output,Self extends BaseTemplateFactory.Builder<Input,Output,Self>>
Base Template Factory Builder.
|
Modifier and Type | Method and Description |
---|---|
static <Input,Output,Self extends BaseTemplateFactory.Builder<Input,Output,Self>> |
BaseTemplateFactory.forTypes(Class<Input> input,
Class<Output> output)
Return Builder instance.
|
Modifier and Type | Method and Description |
---|---|
static <Input,Output> |
BaseTemplateFactory.builder()
Return Builder instance.
|
static <Input,Output,Self extends BaseTemplateFactory.Builder<Input,Output,Self>> |
BaseTemplateFactory.forTypes(Class<Input> input,
Class<Output> output)
Return Builder instance.
|
Copyright © 2023. All rights reserved.