Michael Davis
Results
1
comments of
Michael Davis
It turns out that this is a simple configuration change for the ObjectMapper that the sdk uses. The necessary feature is [`MapperFeature.ACCEPT_CASE_INSENSITIVE_VALUES`](http://fasterxml.github.io/jackson-databind/javadoc/2.10/com/fasterxml/jackson/databind/MapperFeature.html#ACCEPT_CASE_INSENSITIVE_VALUES). > Feature that permits parsing some enumerated text-based...