Package | Description |
---|---|
dk.heick.properties.types.derived.generics |
Modifier and Type | Class and Description |
---|---|
class |
FileDerivedPropertyType<T>
An implementation of DerivedFromTypePropertyType where it is dependent on one property which returns a File, and has an implementation which can convert it to type T.
|
class |
TypeListFromTextFilePropertyType<T>
Loads a text file an converts each line to the type T using a PropertyType.
|
class |
URLDerivedPropertyType<T>
An implementation of DerivedFromTypePropertyType where it is dependent on one property which returns a URL, and has an implementation which can convert it to type T.
|