A - the type of the delegating proxypublic class PropertyAccessorDelegate<A>
extends java.lang.Object
PropertyLoader.| Constructor and Description |
|---|
PropertyAccessorDelegate(PropertyLoader loader,
Log log,
PropertyAccessorConfiguration<A> source) |
| Modifier and Type | Method and Description |
|---|---|
A |
getProxy() |
public PropertyAccessorDelegate(PropertyLoader loader, Log log, PropertyAccessorConfiguration<A> source)
loader - which created the delegate, to call back tolog - the log, or nullsource - the property accessor class and configurationpublic A getProxy()