public class PropertyBean extends DependencyBean
controller, enumProperty, fetchType, mapping, metaBean, nullable, parameterName, parent, realName, temporalType, type, validator, value| Constructor and Description |
|---|
PropertyBean(Bean mappingBean) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canGet() |
boolean |
canSet() |
BeanProperty |
getBeanProperty() |
String |
getName() |
String |
getParameterName() |
Object |
getValueFromSource(Object source) |
void |
setBeanProperty(BeanProperty beanProperty) |
void |
setName(String name) |
void |
setValueInSource(Object source,
Object value) |
protected void |
validate(Object source,
Object value) |
convert, getBean, getClassType, getController, getEnumProperty, getFetchType, getMapping, getMetaBean, getParent, getRealName, getScope, getScopeType, getTemporalType, getType, getValidator, getValue, isNullable, isStatic, setController, setEnumProperty, setFetchType, setMapping, setMetaBean, setNullable, setParameterName, setParent, setRealName, setScopeType, setTemporalType, setType, setValidator, setValuepublic PropertyBean(Bean mappingBean)
public String getName()
getName in interface NameMappinggetName in class DependencyBeanpublic void setName(String name)
public String getParameterName()
getParameterName in class DependencyBeanpublic BeanProperty getBeanProperty()
public void setBeanProperty(BeanProperty beanProperty)
public boolean canGet()
public Object getValueFromSource(Object source) throws IllegalAccessException, IllegalArgumentException, InvocationTargetException
public boolean canSet()
public void setValueInSource(Object source, Object value) throws IllegalAccessException, IllegalArgumentException, InvocationTargetException
Copyright © 2026 Brandao. All rights reserved.