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, prefix
public BeanIdentifierIndexNamingScheme(String delimiter, BeanIdentifierIndex index)
public org.jboss.weld.serialization.spi.BeanIdentifier deprefix(String id)
NamingScheme
deprefix
in interface NamingScheme
deprefix
in class AbstractNamingScheme
id
- the prefixed idpublic String prefix(org.jboss.weld.serialization.spi.BeanIdentifier id)
NamingScheme
prefix
in interface NamingScheme
prefix
in class AbstractNamingScheme
id
- the id to prefixCopyright © 2016. All rights reserved.