public class BeanPropertyImp extends Object implements BeanProperty
| Constructor and Description |
|---|
BeanPropertyImp(Field field,
Method set,
Method get,
String name) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canGet() |
boolean |
canSet() |
Object |
get(Object o) |
Object |
getDeclaredGenericType() |
Class |
getDeclaredType() |
Field |
getField() |
Object |
getGenericType() |
Method |
getGet() |
String |
getName() |
Method |
getSet() |
Class |
getType() |
void |
set(Object o,
Object value) |
void |
setField(Field field) |
void |
setGet(Method get) |
void |
setName(String name) |
void |
setSet(Method set) |
public boolean canSet()
canSet in interface BeanPropertypublic void set(Object o, Object value) throws IllegalAccessException, IllegalArgumentException, InvocationTargetException
set in interface BeanPropertyIllegalAccessExceptionIllegalArgumentExceptionInvocationTargetExceptionpublic boolean canGet()
canGet in interface BeanPropertypublic Object get(Object o) throws IllegalAccessException, IllegalArgumentException, InvocationTargetException
get in interface BeanPropertyIllegalAccessExceptionIllegalArgumentExceptionInvocationTargetExceptionpublic Object getGenericType()
getGenericType in interface BeanPropertypublic Class getType()
getType in interface BeanPropertypublic Field getField()
getField in interface BeanPropertypublic void setField(Field field)
setField in interface BeanPropertypublic Method getSet()
getSet in interface BeanPropertypublic void setSet(Method set)
setSet in interface BeanPropertypublic Method getGet()
getGet in interface BeanPropertypublic void setGet(Method get)
setGet in interface BeanPropertypublic String getName()
getName in interface BeanPropertypublic void setName(String name)
setName in interface BeanPropertypublic Object getDeclaredGenericType()
getDeclaredGenericType in interface BeanPropertypublic Class getDeclaredType()
getDeclaredType in interface BeanPropertyCopyright © 2026 Brandao. All rights reserved.