public interface IArrayProvider
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. |
Object[] getArray(Object o)
PropertySource
allows to cache arrays for invoking reflection API.getArray(Object, Object)
,
getArray(Object, Object, Object)
Object[] getArray(Object o1, Object o2)
PropertySource
allows to cache arrays for invoking reflection API.getArray(Object)
,
getArray(Object, Object, Object)
Object[] getArray(Object o1, Object o2, Object o3)
PropertySource
allows to cache arrays for invoking reflection API.getArray(Object)
,
getArray(Object, Object)