public interface ServiceBuilderResources extends ServiceResources, ModuleBuilderSource
ServiceResources
with additional methods needed only by the service builder
method, related to accessing a service's configuration. Services may have a single configuration in one of
three flavors: unordered, ordered or mapped.Modifier and Type | Method and Description |
---|---|
<K,V> Map<K,V> |
getMappedConfiguration(Class<K> keyType,
Class<V> valueType) |
<T> List<T> |
getOrderedConfiguration(Class<T> valueType) |
<T> Collection<T> |
getUnorderedConfiguration(Class<T> valueType) |
getLogger, getServiceId, getServiceImplementation, getServiceInterface, getTracker
autobuild, autobuild, getObject, getService, getService, getService, proxy
getClassAnnotationProvider, getMethodAnnotationProvider
getModuleBuilder
<T> Collection<T> getUnorderedConfiguration(Class<T> valueType)
<T> List<T> getOrderedConfiguration(Class<T> valueType)
<K,V> Map<K,V> getMappedConfiguration(Class<K> keyType, Class<V> valueType)
${project.version} - Copyright © 2003-2015 The Apache Software Foundation.