public abstract class AbstractServiceCreator extends Object implements ObjectCreator
ObjectCreator
geared towards the creation of the core service implementation,
either by invoking a service builder method on a module, or by invoking a constructor.Modifier and Type | Field and Description |
---|---|
protected String |
creatorDescription |
protected org.slf4j.Logger |
logger |
protected ServiceBuilderResources |
resources |
protected String |
serviceId |
Constructor and Description |
---|
AbstractServiceCreator(ServiceBuilderResources resources,
String creatorDescription) |
Modifier and Type | Method and Description |
---|---|
protected InjectionResources |
createInjectionResources()
Returns a map (based on injectionResources) that includes (possibly) an additional mapping containing the
collected configuration data.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
createObject
protected final ServiceBuilderResources resources
protected final org.slf4j.Logger logger
protected final String creatorDescription
public AbstractServiceCreator(ServiceBuilderResources resources, String creatorDescription)
protected final InjectionResources createInjectionResources()
5.6.3 - Copyright © 2003-2021 The Apache Software Foundation.