Package org.smooks.api.bean.context
Interface BeanIdStore
-
- All Known Implementing Classes:
DefaultBeanIdStore
public interface BeanIdStore
Bean Id Store Represents a map of BeanId's. Every BeanId has it own unique index. The index is incremental. The index starts with zero. Once a BeanId is registered it can never be unregistered.This object is thread safe.
- Author:
- maurice.zeijen@smies.com
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
containsBeanId(String beanId)
BeanId
getBeanId(String beanId)
Map<String,BeanId>
getBeanIdMap()
BeanId
register(String beanIdName)
int
size()
-