| Package | Description |
|---|---|
| javax.xml.bind |
Provides a runtime binding framework for client applications including
unmarshalling, marshalling, and validation capabilities.
|
| Modifier and Type | Class and Description |
|---|---|
(package private) class |
DatatypeConverterImpl
This class is the JAXB RI's default implementation of the
DatatypeConverterInterface. |
| Modifier and Type | Field and Description |
|---|---|
private static DatatypeConverterInterface |
DatatypeConverter.theConverter |
static DatatypeConverterInterface |
DatatypeConverterImpl.theInstance
To avoid re-creating instances, we cache one instance.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
DatatypeConverter.setDatatypeConverter(DatatypeConverterInterface converter)
This method is for JAXB provider use only.
|