Class DatatypeConverterImpl

  • All Implemented Interfaces:
    DatatypeConverterInterface

    @Deprecated
    public final class DatatypeConverterImpl
    extends Object
    implements DatatypeConverterInterface
    Deprecated.
    in JAXB 2.2.4 - use javax.xml.bind.DatatypeConverterImpl instead or let us know why you can't
    This class is the JAXB RI's default implementation of the DatatypeConverterInterface.

    When client applications specify the use of the static print/parse methods in DatatypeConverter, it will delegate to this class.

    This class is responsible for whitespace normalization.

    Since:
    JAXB 1.0
    Author:
    • Ryan Shoemaker, Martin Grebac