Skip to content

Commit 556c6b2

Browse files
awalter17ctrueden
authored andcommitted
Update DefaultConverter javadoc to list supported conversions
1 parent 30291c5 commit 556c6b2

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

src/main/java/org/scijava/convert/DefaultConverter.java

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,20 @@
5353
/**
5454
* Default {@link Converter} implementation. Provides useful conversion
5555
* 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>
5670
*
5771
* @author Mark Hiner
5872
*/

0 commit comments

Comments
 (0)