alexa / alexa-skills-kit-sdk-for-java

The Alexa Skills Kit SDK for Java helps you get a skill up and running quickly, letting you focus on skill logic instead of boilerplate code.
http://developer.amazon.com/ask
Apache License 2.0
817 stars 747 forks source link

Make ObjectMapper public ask runtime #296

Closed kkocel closed 2 years ago

kkocel commented 2 years ago

Description

Motivation and Context

Decrease duplication (configuration in one place) of object mappers. Currently, in order to use JSON model, I need to duplicate the configuration into my object mapper

Testing

Screenshots (if appropriate)

Types of changes

Checklist

License

kkocel commented 2 years ago

This is part one of PR, second (and the last one) changes usage of ObjectMapper in the core module.