public class RegexSplitAttributeDefinitionFactoryBean extends BaseAttributeDefinitionFactoryBean
Constructor and Description |
---|
RegexSplitAttributeDefinitionFactoryBean() |
Modifier and Type | Method and Description |
---|---|
protected Object |
createInstance() |
Class |
getObjectType() |
String |
getRegex()
Gets the regular expression used to split values.
|
boolean |
isCaseSensitive()
Gets whether the regular expression is case sensitive.
|
void |
setCaseSensitive(boolean isSensitive)
Sets whether the regular expression is case sensitive.
|
void |
setRegex(String regularExpression)
Sets the regular expression used to split values.
|
getAttributeEncoders, getDisplayDescriptions, getDisplayNames, getSourceAttributeId, isDependencyOnly, populateAttributeDefinition, setAttributeEncoders, setDependencyOnly, setDisplayDescriptions, setDisplayNames, setSourceAttributeId
getDependencyIds, getPluginId, setDependencyIds, setPluginId
public RegexSplitAttributeDefinitionFactoryBean()
public Class getObjectType()
getObjectType
in interface org.springframework.beans.factory.FactoryBean
getObjectType
in class org.springframework.beans.factory.config.AbstractFactoryBean
public String getRegex()
public void setRegex(String regularExpression)
regularExpression
- regular expression used to split valuespublic boolean isCaseSensitive()
public void setCaseSensitive(boolean isSensitive)
isSensitive
- whether the regular expression is case sensitiveCopyright © 1999–2014. All rights reserved.