Package org.openehealth.ipf.commons.core.config


package org.openehealth.ipf.commons.core.config
  • Class
    Description
    Configurer<T,R extends Registry>
    Base interface to implement for any custom configurers.
    Facade to an active registry, providing static access to their registered beans.
    Extension module that wraps the registration inside logging statements so that the extension process can be observed if necessary.
    Lookup implementation of an interface type using ServiceLoader.
    Base class for all custom configurers which have to implement their own strategy for lookup and configure.
    Technology-independent bean registry interface
    A simple registry implementation that can e.g.
    Abstraction of a TypeConverter