Interface | Description |
---|---|
ConversionManager |
Implementations of this interface hold several
converters
which can be accessed by their type arguments. |
Class | Description |
---|---|
DefaultConversionManager |
Abstract implementation of
ConversionManager . |
DefaultTypeConversionManager |
Implementation of
ConversionManager that returns converters that convert most
default java types (primitives, their wrapper types, String , Date - as well as
their subclasses - Calendar and arrays and implementations of List thereof )
to the fixed set int, double, String and
Calendar and arrays thereof. |
Copyright © 2020 Hyland Software Germany GmbH. All rights reserved.