ConstructorConverter will converter from one type to another if there
exists a constructor for the destinationType with a single argument
matching the type of the source.
This test case is intended to assert the resolution behavior
for converters with respect to the order in which they are
registered, and their relation to the source/destination types
(w/respect to class hierarchy).
DateAndTimeConverters provides a set of individual converters
for conversion between the below listed enumeration of commonly used data/time
representations:
java.util.Date
java.util.Calendar
java.lang.Long or long
javax.xml.datatype.XMLGregorianCalendar
DateAndTimeConverters provides a set of individual converters for conversion
between the below listed enumeration of commonly used data/time
representations:
java.util.Date
java.util.Calendar
java.lang.Long or long
javax.xml.datatype.XMLGregorianCalendar