public class CacheArrayProvider extends Object implements IArrayProvider
Constructor and Description |
---|
CacheArrayProvider()
Creates a Void Property souce.
|
Modifier and Type | Method and Description |
---|---|
Object[] |
getArray(Object o)
PropertySource allows to cache arrays for invoking reflection API. |
Object[] |
getArray(Object o1,
Object o2)
PropertySource allows to cache arrays for invoking reflection API. |
Object[] |
getArray(Object o1,
Object o2,
Object o3)
PropertySource allows to cache arrays for invoking reflection API. |
public Object[] getArray(Object o)
IArrayProvider
PropertySource
allows to cache arrays for invoking reflection API.getArray
in interface IArrayProvider
IArrayProvider.getArray(Object, Object)
,
IArrayProvider.getArray(Object, Object, Object)
public Object[] getArray(Object o1, Object o2)
IArrayProvider
PropertySource
allows to cache arrays for invoking reflection API.getArray
in interface IArrayProvider
IArrayProvider.getArray(Object)
,
IArrayProvider.getArray(Object, Object, Object)
public Object[] getArray(Object o1, Object o2, Object o3)
IArrayProvider
PropertySource
allows to cache arrays for invoking reflection API.getArray
in interface IArrayProvider
IArrayProvider.getArray(Object)
,
IArrayProvider.getArray(Object, Object)