Toggle navigation
Home
java.time.temporal.TemporalAccessor to org.kie.dmn.feel.runtime.functions.FEELFnResult<java.time.temporal.TemporalAccessor>
No. of Instances - 9
No. of Commits - 1
No. of Projects - {'drools'}
Hierarchy/Composition: -
Primitive Info: -
NameSpace: Jdk -> Internal
Mapping:
Other
LocalTime.of(hour.intValue(),minute.intValue(),seconds.intValue())
to
LocalTime.of(hour.intValue(),minute.intValue(),seconds.intValue())
OffsetTime.of(hour.intValue(),minute.intValue(),seconds.intValue(),0,ZoneOffset.ofTotalSeconds((int)offset.getSeconds()))
to
OffsetTime.of(hour.intValue(),minute.intValue(),seconds.intValue(),0,ZoneOffset.ofTotalSeconds((int)offset.getSeconds()))
DateTimeFormatter.ISO_DATE_TIME.parseBest(val,ZonedDateTime::from,OffsetDateTime::from,LocalDateTime::from)
to
DateTimeFormatter.ISO_DATE_TIME.parseBest(val,ZonedDateTime::from,OffsetDateTime::from,LocalDateTime::from)
ZonedDateTime.now()
to
ZonedDateTime.now()
LocalDate.from(DateTimeFormatter.ISO_DATE.parse(val))
to
LocalDate.from(DateTimeFormatter.ISO_DATE.parse(val))
DateTimeFormatter.ISO_TIME.parseBest(val,OffsetTime::from,LocalTime::from)
to
DateTimeFormatter.ISO_TIME.parseBest(val,OffsetTime::from,LocalTime::from)
LocalDate.of(year.intValue(),month.intValue(),day.intValue())
to
LocalDate.of(year.intValue(),month.intValue(),day.intValue())
OffsetTime.from(date)
to
OffsetTime.from(date)
LocalDateTime.of((LocalDate)date,(LocalTime)time)
to
LocalDateTime.of((LocalDate)date,(LocalTime)time)
ZonedDateTime.of((LocalDate)date,LocalTime.from(time),ZoneOffset.from(time))
to
ZonedDateTime.of((LocalDate)date,LocalTime.from(time),ZoneOffset.from(time))