Class DefaultBeanGroupManager<K,​V extends BeanInstance<K>,​C>

  • Type Parameters:
    K - the bean identifier type
    V - the bean instance type
    C - the marshalled value context type
    All Implemented Interfaces:
    BeanGroupManager<K,​V>, ImmutableBeanGroupManager<K,​V>

    public class DefaultBeanGroupManager<K,​V extends BeanInstance<K>,​C>
    extends Object
    implements BeanGroupManager<K,​V>
    A manager for bean groups that leverages a Manager to handle bean group lifecycle.
    Author:
    Paul Ferraro