Commits

Christopher Febles committed 4ce4bb27187
Added Jackson Mixin for SubType. Created MagicCardModule to encapsulate all custom Mixins. I’m using custom Mixins instead of adding Jackson annotations to the POJOs in the API class. This reduces unnecessary coupling in the API project with some added complexity in the REST project.