|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface BeanStoreNamingScheme
Interface against a BeanStore to handle different naming schemes
Method Summary | |
---|---|
boolean |
acceptKey(java.lang.String key)
Checks if a key is handled by the bean store |
int |
getBeanIndexFromKey(java.lang.String key)
Gets a bean index key from a key |
java.lang.String |
getContextualKey(Contextual<?> contextual)
Gets a bean store key for a contextual |
Method Detail |
---|
boolean acceptKey(java.lang.String key)
key
- The key to match
java.lang.String getContextualKey(Contextual<?> contextual)
contextual
- The contextual to make the key for
int getBeanIndexFromKey(java.lang.String key)
key
- The key to parse
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |