public class BeanIdStore extends Object
| Constructor and Description |
|---|
BeanIdStore() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsBeanId(String beanId) |
BeanId |
getBeanId(String beanId) |
Map<String,BeanId> |
getBeanIdMap()
Returns a copy of the internal bean id map
|
BeanId |
register(String beanIdName)
registers a beanId name and returns the
BeanId object. |
int |
size() |
public BeanId register(String beanIdName)
BeanId object.
If the beanId name is already registered then belonging BeanId
is returned.
This method doesn't have a performance penalty anymore when then BeanId
already exists.public BeanId getBeanId(String beanId)
null if it is not registered;public boolean containsBeanId(String beanId)
public Map<String,BeanId> getBeanIdMap()
public int size()
Copyright © 2020. All rights reserved.