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