Interface | Description |
---|---|
PropertyConverter<T> |
Used to convert a string from an import file to a Java object.
|
Class | Description |
---|---|
BooleanConverter |
Converts a string in an import file to a
Boolean . |
CharacterConverter |
Converts a string from an import file to a
Character . |
DateConverter<D extends Date> |
Converts a string in an import file file to a date.
|
DefaultEntityConverter |
Uses the
EntityRegistration to resolve entities by their unique property. |
EnumConverter |
Converts a string in an import file to an
Enum value. |
FormatConverter<T> |
Converts a string from an import file to a Java object using a list of
Format s. |
MapConverter<K,T> |
Converts a string from an import file to an object by using an explicit mapping.
|
NumberConverter |
Converts a string from an import file to a number.
|
PluralPropertyContents<E> |
Wraps the contents of a
PluralProperty to use a common interface during import, independent of the actual
subtype. |
PluralPropertyContents.ListCollection<E> | |
PluralPropertyContents.MapCollection<E> | |
PluralPropertyContents.SetCollection<E,V> | |
PropertyDataImporter |
Base class for all importers that work with
PropertyConverter s. |
UniquePropertyEntityConverter |
Uses the
EntityRegistration to resolve entities by a specific unique property. |
Copyright © 2022 fastnate.org. All rights reserved.