Class BeanFieldGetterHelper
java.lang.Object
com.espertech.esper.common.internal.event.bean.getter.BeanFieldGetterHelper
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic Object
getFieldArray
(Field field, Object object, int index) static Object
getFieldMap
(Field field, Object object, Object key) static Object
getFieldSimple
(Field field, Object object)
-
Constructor Details
-
BeanFieldGetterHelper
public BeanFieldGetterHelper()
-
-
Method Details
-
getFieldSimple
-
getFieldMap
public static Object getFieldMap(Field field, Object object, Object key) throws PropertyAccessException - Throws:
PropertyAccessException
-
getFieldArray
public static Object getFieldArray(Field field, Object object, int index) throws PropertyAccessException - Throws:
PropertyAccessException
-