public abstract class BeanIdentifierIndexNamingScheme extends AbstractNamingScheme
BeanIdentifierIndex if possible.| Constructor and Description |
|---|
BeanIdentifierIndexNamingScheme(java.lang.String delimiter,
BeanIdentifierIndex index) |
| Modifier and Type | Method and Description |
|---|---|
BeanIdentifier |
deprefix(java.lang.String id)
Remove the prefix from the id
|
java.lang.String |
prefix(BeanIdentifier id)
Add the prefix to the id
|
accept, deprefix, filterIds, getDelimiter, getPrefix, prefixpublic BeanIdentifierIndexNamingScheme(java.lang.String delimiter,
BeanIdentifierIndex index)
public BeanIdentifier deprefix(java.lang.String id)
NamingSchemedeprefix in interface NamingSchemedeprefix in class AbstractNamingSchemeid - the prefixed idpublic java.lang.String prefix(BeanIdentifier id)
NamingSchemeprefix in interface NamingSchemeprefix in class AbstractNamingSchemeid - the id to prefixCopyright © 2015. All Rights Reserved.