Uses of Interface
net.time4j.engine.Converter
Packages that use 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
Classes in net.time4j that implement ConverterModifier and TypeClassDescriptionclass
TemporalType<S,T>
Serves as bridge to temporal types of JDK or other date and time libraries.Methods in net.time4j with parameters of type ConverterModifier 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
Constructors in net.time4j.engine with parameters of type ConverterModifierConstructorDescriptionBridgeChronology(Converter<S,T> converter, Chronology<T> delegate)
Constructs a new instance. -
Uses of Converter in net.time4j.sql
Classes in net.time4j.sql that implement ConverterModifier and TypeClassDescriptionclass
JDBCAdapter<S,T>
Serves as bridge to temporal types in JDBC. -
Uses of Converter in net.time4j.xml
Classes in net.time4j.xml that implement ConverterModifier and TypeClassDescriptionclass
XMLAdapter<S,T>
Serves as bridge to temporal types in XML-related Java.