public class BeanFieldGetterHelper extends Object
Constructor and Description |
---|
BeanFieldGetterHelper() |
Modifier and Type | Method and Description |
---|---|
static Object |
getFieldArray(Field field,
Object object,
int index) |
static Object |
getFieldMap(Field field,
Object object,
Object key) |
static Object |
getFieldSimple(Field field,
Object object) |
public static Object getFieldMap(Field field, Object object, Object key) throws PropertyAccessException
PropertyAccessException
public static Object getFieldArray(Field field, Object object, int index) throws PropertyAccessException
PropertyAccessException
Copyright © 2005–2021. All rights reserved.