Package | Description |
---|---|
com.massa.util | |
com.massa.util.extensions.nativeproperty | |
com.massa.util.property |
This package contains property access framework.
|
Modifier and Type | Method and Description |
---|---|
static IPropertyAccessCache |
ConfigDiscovery.getPropertyAccessCache() |
Modifier and Type | Method and Description |
---|---|
static void |
ConfigDiscovery.registerPropertyAccessCache(IPropertyAccessCache pac)
Register global property access cache utility.
|
Modifier and Type | Class and Description |
---|---|
class |
NativePropertyAccessCache
Overrides reflection access cache in order to provide dynamically generated accessors and invokers.
|
Modifier and Type | Class and Description |
---|---|
class |
ReflectionPropertyAccessCache
Allows to cache data on read and write methods, for already encountered beans types.
|