A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
Representation for W3C XML Schema 1.0 date/time datatypes. Specifically, these date/time datatypes are{@link DatatypeConstants#DATETIME dateTime},{@link DatatypeConstants#TIME time},{@link DatatypeConstants#DATE date},{@link DatatypeConstants#GYEARMONTH gYearMonth},{@link DatatypeConstants#GMONTHDAY...
}
@Test
public void xmlCalendar() {
Container source = new Container();
XMLGregorianCalendarImpl calendar = new XMLGregorianCalendarImpl();
source.setCalendar(calendar);
Container target = new Container();
beanMapper.map(source, target);