public class GregorianCalendarConverter extends Object implements io.atlasmap.api.AtlasConverter<GregorianCalendar>
Constructor and Description |
---|
GregorianCalendarConverter() |
Modifier and Type | Method and Description |
---|---|
Calendar |
toCalendar(GregorianCalendar calendar) |
Date |
toDate(GregorianCalendar calendar) |
java.time.LocalDate |
toLocalDate(GregorianCalendar calendar) |
java.time.LocalDateTime |
toLocalDateTime(GregorianCalendar calendar) |
java.time.LocalTime |
toLocalTime(GregorianCalendar calendar) |
Date |
toSqlDate(GregorianCalendar calendar) |
Time |
toSqlTime(GregorianCalendar calendar) |
Timestamp |
toSqlTimestamp(GregorianCalendar calendar) |
java.time.ZonedDateTime |
toZoneDateTime(GregorianCalendar calendar) |
public Calendar toCalendar(GregorianCalendar calendar)
public Date toDate(GregorianCalendar calendar)
public java.time.LocalDate toLocalDate(GregorianCalendar calendar)
public java.time.LocalDateTime toLocalDateTime(GregorianCalendar calendar)
public java.time.LocalTime toLocalTime(GregorianCalendar calendar)
public Date toSqlDate(GregorianCalendar calendar)
public Time toSqlTime(GregorianCalendar calendar)
public Timestamp toSqlTimestamp(GregorianCalendar calendar)
public java.time.ZonedDateTime toZoneDateTime(GregorianCalendar calendar)
Copyright © 2018 JBoss by Red Hat. All rights reserved.