Uses of Interface
org.fastnate.data.properties.PropertyConverter
Packages that use PropertyConverter
-
Uses of PropertyConverter in org.fastnate.data.properties
Classes in org.fastnate.data.properties that implement PropertyConverterModifier and TypeClassDescriptionclassConverts a string in an import file to aBoolean.classConverts a string from an import file to aCharacter.classDateConverter<D extends Date>Converts a string in an import file file to a date.classUses theEntityRegistrationto resolve entities by their unique property.classConverts a string in an import file to anEnumvalue.classConverts a string from an import file to a Java object using a list ofFormats.classMapConverter<K,T> Converts a string from an import file to an object by using an explicit mapping.classConverts a string from an import file to a number.classUses theEntityRegistrationto resolve entities by a specific unique property.Methods in org.fastnate.data.properties that return PropertyConverterModifier and TypeMethodDescriptionprotected <T> PropertyConverter<T> PropertyDataImporter.findConverter(Class<T> propertyClass) Finds the converter for the given type.static <T> PropertyConverter<T> Converts a function to a PropertyConverter.Methods in org.fastnate.data.properties with parameters of type PropertyConverterModifier and TypeMethodDescription<T> voidPropertyDataImporter.addConverter(Class<T> type, PropertyConverter<T> converter) Registers the converter to use for a specific type.