| Package | Description |
|---|---|
| com.amazon.ask.impl | |
| com.amazon.ask.response.impl | |
| com.amazon.ask.util.impl |
| Modifier and Type | Field and Description |
|---|---|
protected JsonMarshaller<Response> |
AbstractSkill.marshaller
JSON marshaller.
|
| Constructor and Description |
|---|
AbstractSkill(JsonUnmarshaller<Request> unmarshaller,
JsonMarshaller<Response> marshaller)
Constructor to build an instance of AbstractSkill.
|
AbstractSkill(List<JsonUnmarshaller<Request>> unmarshallerChain,
JsonMarshaller<Response> marshaller)
Constructor to build an instance of AbstractSkill.
|
| Constructor and Description |
|---|
BaseSkillResponse(JsonMarshaller<T> marshaller,
T response)
Constructor to build an instance of BaseSkillResponse.
|
| Modifier and Type | Class and Description |
|---|---|
class |
JacksonJsonMarshaller<Type>
Jackson Marshaller to serialize a given object.
|
Copyright © 2023. All rights reserved.