public class MappedAttributeDefinitionFactoryBean extends BaseAttributeDefinitionFactoryBean
MappedAttributeDefinition
s.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, setSourceAttributeId
getDependencyIds, getPluginId, setDependencyIds, setPluginId
public MappedAttributeDefinitionFactoryBean()
public Class getObjectType()
getObjectType
in interface org.springframework.beans.factory.FactoryBean
getObjectType
in class org.springframework.beans.factory.config.AbstractFactoryBean
public 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–2014. All rights reserved.