public class RegexSplitAttributeDefinitionFactoryBean extends BaseAttributeDefinitionFactoryBean
| Modifier and Type | Field and Description |
|---|---|
private boolean |
caseSensitive
Whether the regular expression is case sensitive.
|
private String |
regex
Regular expression used to split values.
|
| 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, setSourceAttributeIdgetDependencyIds, getPluginId, setDependencyIds, setPluginIdprivate String regex
private boolean caseSensitive
public RegexSplitAttributeDefinitionFactoryBean()
public Class getObjectType()
getObjectType in interface org.springframework.beans.factory.FactoryBeangetObjectType in class org.springframework.beans.factory.config.AbstractFactoryBeanpublic 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-2015. All Rights Reserved.