| Package | Description |
|---|---|
| com.foreach.common.spring.properties | |
| com.foreach.common.spring.properties.support |
| Modifier and Type | Field and Description |
|---|---|
protected PropertyTypeRegistry<T> |
TypedPropertyMap.propertyTypeRegistry |
| Modifier and Type | Method and Description |
|---|---|
Y |
PropertyFactory.create(PropertyTypeRegistry registry,
T propertyKey)
Creates a new instance of the property.
|
| Constructor and Description |
|---|
CachingTypedPropertyMap(PropertyTypeRegistry<T> propertyTypeRegistry,
Map<T,?> source,
Class sourceValueClass) |
TypedPropertyMap(PropertyTypeRegistry<T> propertyTypeRegistry,
Map<T,?> source,
Class sourceValueClass)
Construct a new TypedPropertyMap.
|
TypedPropertyMap(PropertyTypeRegistry<T> propertyTypeRegistry,
PropertiesSource source,
Class sourceValueClass)
Construct a new TypedPropertyMap.
|
| Modifier and Type | Method and Description |
|---|---|
Y |
SingletonPropertyFactory.create(PropertyTypeRegistry registry,
T propertyKey) |
Y |
InstancePropertyFactory.create(PropertyTypeRegistry registry,
T propertyKey) |
Copyright © 2017. All rights reserved.