public static class PropertyResolver.CachingPropertyLocator extends Object implements PropertyResolver.IPropertyLocator
PropertyResolver.IPropertyLocator that caches results of get(Class, String).| Constructor and Description |
|---|
PropertyResolver.CachingPropertyLocator(PropertyResolver.IPropertyLocator locator) |
| Modifier and Type | Method and Description |
|---|---|
PropertyResolver.IGetAndSet |
get(Class<?> clz,
String exp)
Get
PropertyResolver.IGetAndSet for a property. |
public PropertyResolver.CachingPropertyLocator(PropertyResolver.IPropertyLocator locator)
public PropertyResolver.IGetAndSet get(Class<?> clz, String exp)
PropertyResolver.IPropertyLocatorPropertyResolver.IGetAndSet for a property.get in interface PropertyResolver.IPropertyLocatorclz - owning classexp - identifying the propertynull if non locatedCopyright © 2006–2021 Apache Software Foundation. All rights reserved.