Yang Hongmin

Results 1 comments of Yang Hongmin

Searching code related to this issue, I found below lines in `deserializeAndSet` method: https://github.com/FasterXML/jackson-databind/blob/ada34dcf6676aa5c5869791c23143a65a7bf56c2/src/main/java/com/fasterxml/jackson/databind/deser/impl/FieldProperty.java#L135-L140 In line 138 `_valueDeserializer` have reference of static class `DoubleDeserializer` in `NumberDeserializers`. I think the annotations...