public interface NamingScheme
Modifier and Type | Method and Description |
---|---|
boolean |
accept(String id)
Determine if this identifier has been prefixed
|
Collection<org.jboss.weld.serialization.spi.BeanIdentifier> |
deprefix(Collection<String> ids) |
org.jboss.weld.serialization.spi.BeanIdentifier |
deprefix(String id)
Remove the prefix from the id
|
Collection<String> |
filterIds(Collection<String> ids)
Filter a collection of ids, retaining only those correctly prefixed.
|
String |
prefix(org.jboss.weld.serialization.spi.BeanIdentifier id)
Add the prefix to the id
|
Collection<String> |
prefix(Collection<org.jboss.weld.serialization.spi.BeanIdentifier> ids) |
boolean accept(String id)
id
- the id to checkorg.jboss.weld.serialization.spi.BeanIdentifier deprefix(String id)
id
- the prefixed idString prefix(org.jboss.weld.serialization.spi.BeanIdentifier id)
id
- the id to prefixCollection<String> filterIds(Collection<String> ids)
ids
- the collection of ides to filterCollection<org.jboss.weld.serialization.spi.BeanIdentifier> deprefix(Collection<String> ids)
Collection<String> prefix(Collection<org.jboss.weld.serialization.spi.BeanIdentifier> ids)
Copyright © 2016. All rights reserved.