Module hiveutils
Back to master index

[public] Service Point hiveutils.ObjectBuilder Interface: net.sourceforge.hiveutils.service.ObjectBuilder
Utility service to build (and optionnally cache) POJO instances while injecting dependencies into them (both constructor and setter injections are supported). The configuration of each POJO to be created is defined as a contribution to the ObjectBuilderObjects configuration point. Most often, you will not need to directly access this service sicne you can also inject POJOs that have been built by ObjectBuilder into other POJOs or service points, configuration points through the "object:" object provider.
Implementation
  • <invoke-factory service-id="hivemind.BuilderFactory" model="singleton" >
    • <construct class="net.sourceforge.hiveutils.service.impl.ObjectBuilderImpl" >
      • <log />
      • <configuration />
      • <service />
      • <service />
      </construct>
    </invoke-factory>

Module hiveutils
Back to master index