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