Package | Description |
---|---|
com.amazon.ask.impl | |
com.amazon.ask.response.template.renderer.impl | |
com.amazon.ask.util.impl |
Modifier and Type | Field and Description |
---|---|
protected List<JsonUnmarshaller<Request>> |
AbstractSkill.unmarshallerChain
List of JSON unmarshallers.
|
Constructor and Description |
---|
AbstractSkill(JsonUnmarshaller<Request> unmarshaller,
JsonMarshaller<Response> marshaller)
Constructor to build an instance of AbstractSkill.
|
Constructor and Description |
---|
AbstractSkill(List<JsonUnmarshaller<Request>> unmarshallerChain,
JsonMarshaller<Response> marshaller)
Constructor to build an instance of AbstractSkill.
|
Modifier and Type | Field and Description |
---|---|
protected JsonUnmarshaller<Output> |
FreeMarkerTemplateRenderer.unmarshaller
Unmarshaller used to convert byte-stream back to their original data or object.
|
Modifier and Type | Method and Description |
---|---|
FreeMarkerTemplateRenderer.Builder |
FreeMarkerTemplateRenderer.Builder.withUnmarshaller(JsonUnmarshaller unmarshaller)
Builder method to supply
JsonUnmarshaller instance. |
Constructor and Description |
---|
FreeMarkerTemplateRenderer(freemarker.template.Configuration configuration,
JsonUnmarshaller<Output> unmarshaller)
Construct an instance of FreeMarkerTemplateRenderer.
|
Modifier and Type | Class and Description |
---|---|
class |
JacksonJsonUnmarshaller<Type>
Jackson Unmarshaller to deserialize a given byte array.
|
class |
NamespaceEnabledJacksonJsonUnmarshaller<Type>
Jackson Unmarshaller to deserialize a given byte array based on a namespace discriminator.
|
Copyright © 2023. All rights reserved.