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, setValue
public PropertyBean(Bean mappingBean)
public String getName()
getName
in interface NameMapping
getName
in class DependencyBean
public void setName(String name)
public String getParameterName()
getParameterName
in class DependencyBean
public 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 © 2018 Brandao. All rights reserved.