| Interface | Description |
|---|---|
| PropertiesSource<T> |
Interface that proxies access to a map of properties.
|
| PropertyFactory<T,Y> |
Interface for creating property default values.
|
| Class | Description |
|---|---|
| CachingTypedPropertyMap<T> |
Extends the TypedPropertyMap by caching the values instead of converting all the time.
|
| PropertyTypeRegistry<T> |
Registry mapping properties by name to the type they are supposed to be.
|
| TypedPropertyMap<T> |
A TypedPropertyMap is proxy for a source list of key/value pairs, that allows getting and setting
of properties in a strongly typed fashion.
|
Copyright © 2017. All rights reserved.