Uses of Interface
jakarta.xml.bind.DatatypeConverterInterface
-
Packages that use DatatypeConverterInterface Package Description jakarta.xml.bind Provides a runtime binding framework for client applications including unmarshalling, marshalling, and validation capabilities.org.glassfish.jaxb.runtime -
-
Uses of DatatypeConverterInterface in jakarta.xml.bind
Methods in jakarta.xml.bind with parameters of type DatatypeConverterInterface Modifier and Type Method Description static voidDatatypeConverter. setDatatypeConverter(DatatypeConverterInterface converter)This method is for Jakarta XML Binding provider use only. -
Uses of DatatypeConverterInterface in org.glassfish.jaxb.runtime
Classes in org.glassfish.jaxb.runtime that implement DatatypeConverterInterface Modifier and Type Class Description classDatatypeConverterImplDeprecated.in JAXB 2.2.4 - use jakarta.xml.bind.DatatypeConverterImpl instead or let us know why you can'tFields in org.glassfish.jaxb.runtime declared as DatatypeConverterInterface Modifier and Type Field Description static DatatypeConverterInterfaceDatatypeConverterImpl. theInstanceDeprecated.
-