public class PropertyController extends UseBeanData
| Constructor and Description |
|---|
PropertyController() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canGet() |
boolean |
canSet() |
boolean |
equals(Object o) |
BeanProperty |
getBeanProperty() |
Controller |
getController() |
String |
getPropertyName() |
Object |
getValueFromSource(Object source) |
boolean |
isPersistenceContext() |
boolean |
isRequest() |
boolean |
isResponse() |
void |
setBeanProperty(BeanProperty beanProperty) |
void |
setController(Controller controller) |
void |
setPersistenceContext(boolean persistenceContext) |
void |
setPropertyName(String propertyName) |
void |
setRequest(boolean request) |
void |
setResponse(boolean response) |
void |
setValueInSource(Object source,
Object value) |
protected void |
validate(Object source,
Object value) |
decode, encode, getClassType, getFetchType, getMapping, getMetaBean, getName, getRealName, getScope, getScopeType, getStaticValue, getType, getValidate, isNullable, setFetchType, setMapping, setMetaBean, setName, setNullable, setRealName, setScopeType, setStaticValue, setType, setValidatepublic boolean isRequest()
public void setRequest(boolean request)
public boolean isResponse()
public void setResponse(boolean response)
public boolean isPersistenceContext()
public void setPersistenceContext(boolean persistenceContext)
protected void validate(Object source, Object value)
validate in class UseBeanDatapublic BeanProperty getBeanProperty()
public void setBeanProperty(BeanProperty beanProperty)
public boolean canGet()
public Object getValueFromSource(Object source) throws IllegalAccessException, IllegalArgumentException, InvocationTargetException
public void setValueInSource(Object source, Object value) throws IllegalAccessException, IllegalArgumentException, InvocationTargetException
public boolean canSet()
public Controller getController()
public void setController(Controller controller)
public String getPropertyName()
public void setPropertyName(String propertyName)
Copyright © 2026 Brandao. All rights reserved.