Interface BeanId

  • All Known Implementing Classes:
    DefaultBeanId

    public interface BeanId
    Bean Id

    The BeanId represents the id of a bean. It is used to set and retrieve instance of the bean from the BeanRepository.

    The String representation of the BeanId is registered with a BeanIdStore and there by coupled to that BeanIdStore. The BeanId holds the original String beanId,also called beanIdName. It also holds the index of the place it has within the BeanIdStore.

    Author:
    maurice.zeijen@smies.com
    • Method Detail

      • setCreateResourceConfiguration

        BeanId setCreateResourceConfiguration​(ResourceConfig createResourceConfig)
      • getCreateResourceConfiguration

        ResourceConfig getCreateResourceConfiguration()
      • getIndex

        int getIndex()