You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We're not getting the right de-serialization behaviour at the moment. On attempting to de-serialize using an enum for which the value does not match the Java enum name, I see the following exception:
org.codehaus.jackson.map.JsonMappingException: Can not construct instance of com.example.Item$Type from String value 'myValue': value not one of declared Enum instance names
Original author: joelittl...@gmail.com (January 12, 2011 10:47:44)
We're not getting the right de-serialization behaviour at the moment. On attempting to de-serialize using an enum for which the value does not match the Java enum name, I see the following exception:
org.codehaus.jackson.map.JsonMappingException: Can not construct instance of com.example.Item$Type from String value 'myValue': value not one of declared Enum instance names
Original issue: http://code.google.com/p/jsonschema2pojo/issues/detail?id=9
The text was updated successfully, but these errors were encountered: