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
Copy file name to clipboardExpand all lines: eclipse-collections/src/main/java/com/fasterxml/jackson/datatype/eclipsecollections/EclipseCollectionsDeserializers.java
+8-5Lines changed: 8 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -170,7 +170,8 @@ public JsonDeserializer<?> findCollectionDeserializer(
170
170
JsonDeserializer<?> elementDeserializer
171
171
) throwsJsonMappingException {
172
172
if (REFERENCE_TYPES.contains(type.getRawClass())) {
Copy file name to clipboardExpand all lines: eclipse-collections/src/main/java/com/fasterxml/jackson/datatype/eclipsecollections/EclipseCollectionsTypeModifier.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ public JavaType modifyType(JavaType type, Type jdkType, TypeBindings context, Ty
0 commit comments