Package | Description |
---|---|
com.massa.mrules.util.property | |
com.massa.util.property |
This package contains property access framework.
|
Modifier and Type | Class and Description |
---|---|
class |
ExtPropertySource
PropertySource extension for context handling. |
Modifier and Type | Interface and Description |
---|---|
interface |
IPropertySource
This interface describes the parameter to provide when calling a method exposed by an
IProperty . |
Modifier and Type | Class and Description |
---|---|
class |
CacheArrayProvider
Base implementation of IArrayProvider allowing to cache arrays.
|
class |
NoCacheArrayProvider
Base implementation of IArrayProvider allowing to instantiate arrays when requested.
|
class |
PropertySource
Encapsulates source object for introspection.
|
Modifier and Type | Method and Description |
---|---|
Object |
IMethodInvoker.invoke(IArrayProvider ap,
Object on)
Invoke with no arguments.
|
Object |
ReflectionMethodInvoker.invoke(IArrayProvider ap,
Object on) |
Object |
IMethodInvoker.invoke(IArrayProvider ap,
Object on,
Object... arguments)
Invoke with arguments.
|
Object |
ReflectionMethodInvoker.invoke(IArrayProvider ap,
Object on,
Object... arguments) |
Object |
IMethodInvoker.invoke(IArrayProvider ap,
Object on,
Object arg)
Invoke with one argument.
|
Object |
ReflectionMethodInvoker.invoke(IArrayProvider ap,
Object on,
Object arg) |
Object |
IMethodInvoker.invoke(IArrayProvider ap,
Object on,
Object arg1,
Object arg2)
Invoke with two argument.
|
Object |
ReflectionMethodInvoker.invoke(IArrayProvider ap,
Object on,
Object arg1,
Object arg2) |