Skip to content

Commit 1ea3723

Browse files
committed
Case-insensitive deserialize Intuit response #224
1 parent 4cee11c commit 1ea3723

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ipp-v3-java-devkit/src/main/java/com/intuit/ipp/serialization/IntuitResponseDeserializer.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,7 @@ public IntuitResponse deserialize(JsonParser jp, DeserializationContext desConte
152152
mapper.setAnnotationIntrospector(pair);
153153

154154
mapper.configure(DeserializationFeature.FAIL_ON_UNKNOWN_PROPERTIES, false);
155+
mapper.configure(MapperFeature.ACCEPT_CASE_INSENSITIVE_ENUMS, true);
155156

156157

157158
//Read the QueryResponse as a tree

0 commit comments

Comments
 (0)