public class MappedAttributeDefinitionFactoryBean extends BaseAttributeDefinitionFactoryBean
MappedAttributeDefinitions.| Modifier and Type | Field and Description |
|---|---|
private String |
defaultValue
The default return value.
|
private boolean |
passThru
Whether the definition passes thru unmatched values.
|
private List<ValueMap> |
valueMaps
Value maps.
|
| Constructor and Description |
|---|
MappedAttributeDefinitionFactoryBean() |
| Modifier and Type | Method and Description |
|---|---|
protected Object |
createInstance() |
String |
getDefaultValue()
Gets the default return value.
|
Class |
getObjectType() |
List<ValueMap> |
getValueMaps()
Gets the value maps.
|
boolean |
isPassThru()
Get whether the definition passes thru unmatched values.
|
void |
setDefaultValue(String newDefaultValue)
Sets the default return value.
|
void |
setPassThru(boolean newPassThru)
Sets whether the definition passes thru unmatched values.
|
void |
setValueMaps(List<ValueMap> newValueMaps)
Sets the value maps.
|
getAttributeEncoders, getDisplayDescriptions, getDisplayNames, getSourceAttributeId, isDependencyOnly, populateAttributeDefinition, setAttributeEncoders, setDependencyOnly, setDisplayDescriptions, setDisplayNames, setSourceAttributeIdgetDependencyIds, getPluginId, setDependencyIds, setPluginIdprivate String defaultValue
private boolean passThru
public MappedAttributeDefinitionFactoryBean()
public Class getObjectType()
getObjectType in interface org.springframework.beans.factory.FactoryBeangetObjectType in class org.springframework.beans.factory.config.AbstractFactoryBeanpublic String getDefaultValue()
public boolean isPassThru()
public void setDefaultValue(String newDefaultValue)
newDefaultValue - the default return valuepublic void setPassThru(boolean newPassThru)
newPassThru - whether the definition passes thru unmatched valuespublic void setValueMaps(List<ValueMap> newValueMaps)
newValueMaps - the value mapsCopyright © 1999-2015. All Rights Reserved.