Uses of Interface
jakarta.xml.bind.DatatypeConverterInterface
Packages that use DatatypeConverterInterface
Package
Description
Provides a runtime binding framework for client applications including
unmarshalling, marshalling, and validation capabilities.
-
Uses of DatatypeConverterInterface in jakarta.xml.bind
Methods in jakarta.xml.bind with parameters of type DatatypeConverterInterfaceModifier and TypeMethodDescriptionstatic 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 DatatypeConverterInterfaceModifier and TypeClassDescriptionfinal classDeprecated.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 DatatypeConverterInterfaceModifier and TypeFieldDescriptionstatic final DatatypeConverterInterfaceDatatypeConverterImpl.theInstanceDeprecated.