Uses of Interface
net.time4j.engine.Converter
Package
Description
The main package contains four basic types of ISO-8601, namely
PlainDate
, PlainTime
, PlainTimestamp
and Moment
.Defines the common generic schemes and interfaces of chronological
systems.
Bridge to JDBC.
Bridge to XML.
-
Uses of Converter in net.time4j
Modifier and TypeClassDescriptionclass
TemporalType<S,T>
Serves as bridge to temporal types of JDK or other date and time libraries.Modifier and TypeMethodDescriptionstatic <S> Chronology<S>
Provides a static access to the associated time axis using the foreign type S. -
Uses of Converter in net.time4j.engine
ModifierConstructorDescriptionBridgeChronology(Converter<S,T> converter, Chronology<T> delegate)
Constructs a new instance. -
Uses of Converter in net.time4j.sql
Modifier and TypeClassDescriptionclass
JDBCAdapter<S,T>
Serves as bridge to temporal types in JDBC. -
Uses of Converter in net.time4j.xml
Modifier and TypeClassDescriptionclass
XMLAdapter<S,T>
Serves as bridge to temporal types in XML-related Java.