Modifier and Type | Method and Description |
---|---|
QueryCache |
MapQueryCacheProvider.get() |
Modifier and Type | Method and Description |
---|---|
ConfigurationTree<DataChannelDescriptor> |
DataChannelDescriptorLoader.load(Resource configurationResource)
Loads a DataChannelDescriptor from some configuration resource, usually an XML file
found on classpath.
|
ConfigurationTree<DataChannelDescriptor> |
XMLDataChannelDescriptorLoader.load(Resource configurationResource) |
Modifier and Type | Method and Description |
---|---|
DataChannel |
ClientChannelProvider.get() |
ClientConnection |
HessianConnectionProvider.get() |
DataChannel |
LocalClientServerChannelProvider.get() |
ClientConnection |
LocalConnectionProvider.get() |
Modifier and Type | Class and Description |
---|---|
class |
DataDomainLoadException |
Modifier and Type | Method and Description |
---|---|
DataDomain |
DataDomainProvider.get() |
Modifier and Type | Method and Description |
---|---|
ListBuilder<T> |
ListBuilder.add(Class<? extends T> interfaceType) |
ListBuilder<T> |
ListBuilder.add(T value) |
ListBuilder<T> |
ListBuilder.addAll(Collection<T> values) |
static Injector |
DIBootstrap.createInjector(Module... modules)
Creates and returns an injector instance working with the set of provided modules.
|
T |
Provider.get() |
<T> T |
Injector.getInstance(Class<T> type)
Returns a service instance bound in the container for a specific type.
|
<T> T |
Injector.getInstance(Key<T> key)
Returns a service instance bound in the container for a specific binding key.
|
<T> Provider<T> |
Injector.getProvider(Class<T> type) |
<T> Provider<T> |
Injector.getProvider(Key<T> key) |
MapBuilder<T> |
MapBuilder.put(String key,
Class<? extends T> interfaceType) |
MapBuilder<T> |
MapBuilder.put(String key,
T value) |
MapBuilder<T> |
MapBuilder.putAll(Map<String,T> map) |
BindingBuilder<T> |
BindingBuilder.to(Class<? extends T> implementation) |
BindingBuilder<T> |
BindingBuilder.toInstance(T instance) |
BindingBuilder<T> |
BindingBuilder.toProvider(Class<? extends Provider<? extends T>> providerType) |
BindingBuilder<T> |
BindingBuilder.toProviderInstance(Provider<? extends T> provider) |
Modifier and Type | Method and Description |
---|---|
<T> T |
DefaultInjector.getInstance(Class<T> type) |
<T> T |
DefaultInjector.getInstance(Key<T> key) |
<T> Provider<T> |
DefaultInjector.getProvider(Class<T> type) |
<T> Provider<T> |
DefaultInjector.getProvider(Key<T> key) |
Constructor and Description |
---|
DefaultInjector(Module... modules) |
Copyright © 2001–2018 Apache Cayenne. All rights reserved.