We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30291c5 commit 556c6b2Copy full SHA for 556c6b2
src/main/java/org/scijava/convert/DefaultConverter.java
@@ -53,6 +53,20 @@
53
/**
54
* Default {@link Converter} implementation. Provides useful conversion
55
* functionality for many common conversion cases.
56
+ * <p>
57
+ * Supported conversions include:
58
+ * </p>
59
+ * <ul>
60
+ * <li>Object to Array</li>
61
+ * <li>Object to Collection</li>
62
+ * <li>Number to Number</li>
63
+ * <li>Object to String</li>
64
+ * <li>String to Character</li>
65
+ * <li>String to Enum</li>
66
+ * <li>Objects where the destination Class has a constructor which takes that
67
+ * Object
68
+ * </li>
69
+ * </ul>
70
*
71
* @author Mark Hiner
72
*/
0 commit comments