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: jakarta-xmlbind/src/main/java/com/fasterxml/jackson/module/jakarta/xmlbind/JakartaXmlBindAnnotationIntrospector.java
+3-3
Original file line number
Diff line number
Diff line change
@@ -717,16 +717,16 @@ public JsonSerializer<?> findSerializer(Annotated am)
717
717
}
718
718
719
719
/**
720
-
* Determines whether the type is assignable to class javax.activation.DataHandler without requiring that class
720
+
* Determines whether the type is assignable to class jakarta.activation.DataHandler without requiring that class
721
721
* to be on the classpath.
722
722
*
723
723
* @param type The type.
724
-
* @return Whether the type is assignable to class javax.activation.DataHandler
724
+
* @return Whether the type is assignable to class jakarta.activation.DataHandler
Copy file name to clipboardExpand all lines: jakarta-xmlbind/src/main/java/com/fasterxml/jackson/module/jakarta/xmlbind/deser/DataHandlerDeserializer.java
0 commit comments