See: Description
Class | Description |
---|---|
ArrayTypeAdapter |
Arrays.
|
CollectionTypeAdapter<V extends Collection,T extends Collection> |
Note: As a parent for it's elements, the collection adapter will pass it's own parent, and not itself
|
DefaultConfigTypeAdapters | |
DefaultConfigTypeAdapters.CommonAbstractStringTypeAdapter<T> |
Common Read/Write methods for String representation
|
DefaultConfigTypeAdapters.CommonAbstractTypeAdapter<T> | Deprecated |
DefaultConfigTypeAdapters.EnumTypeAdapter |
Enum - string
|
DefaultConfigTypeAdapters.NullablePrimitiveTypeAdapter<T> |
Extension of primitive type adapter that can handle missing config values for primitive types.
|
DefaultConfigTypeAdapters.PrimitiveTypeAdapter<T> |
Common Read/Write methods for primitives that have same serialized and deserialized representation, and same
write method
|
DefaultReferenceAdapter |
Default de/referencer.
|
ExtensionTypeAdapter | |
MapTypeAdapter<K,V> | |
NullToNullDecorator<T,ST> |
Returns null for from and toConfigNode when argument is null
|
ReflectiveAdapter<T> |
Reflective adapter that handles classes with ConfigurableClass annotations.
User has to use the special constructor and initialize providedConfObj when the already created conf object should be used instead of instantiating one |
TimeUnitTypeAdapter | |
TimeZoneTypeAdapter | |
X509CertificateAdapter |
This package is contained in the Maven module dcm4che-conf-core.
Copyright © 2017 dcm4che.org. All rights reserved.