Uses of Interface
javax.xml.bind.DatatypeConverterInterface
-
Packages that use DatatypeConverterInterface Package Description javax.xml.bind Provides a runtime binding framework for client applications including unmarshalling, marshalling, and validation capabilities. -
-
Uses of DatatypeConverterInterface in javax.xml.bind
Classes in javax.xml.bind that implement DatatypeConverterInterface Modifier and Type Class Description (package private) classDatatypeConverterImplThis class is the JAXB RI's default implementation of theDatatypeConverterInterface.Fields in javax.xml.bind declared as DatatypeConverterInterface Modifier and Type Field Description private static DatatypeConverterInterfaceDatatypeConverter. theConverterstatic DatatypeConverterInterfaceDatatypeConverterImpl. theInstanceTo avoid re-creating instances, we cache one instance.Methods in javax.xml.bind with parameters of type DatatypeConverterInterface Modifier and Type Method Description static voidDatatypeConverter. setDatatypeConverter(DatatypeConverterInterface converter)This method is for JAXB provider use only.
-