Constructor and Description |
---|
Pojoization(ModuleProvider provider) |
Pojoization(Reporter reporter,
ModuleProvider moduleProvider) |
Constructor and Description |
---|
AnnotationMetadataProvider(ResourceStore store,
ModuleProvider provider,
Reporter reporter) |
Modifier and Type | Method and Description |
---|---|
static BindingRegistry |
Bindings.newBindingRegistry(Reporter reporter,
ResourceStore store,
ModuleProvider provider) |
Modifier and Type | Class and Description |
---|---|
class |
CompositeModuleProvider
Encapsulate other ModuleProviders in a single instance.
|
class |
CoreModuleProvider
Hardcoded provider for default core manipulation module.
|
class |
DefaultModuleProvider
Return the given collection of
Module s. |
class |
ServiceLoaderModuleProvider
Find
Module s using the ServiceLoader mechanisms. |
Constructor and Description |
---|
CompositeModuleProvider(ModuleProvider... providers) |
Constructor and Description |
---|
CompositeModuleProvider(java.lang.Iterable<ModuleProvider> providers) |
Copyright © 2006-2014 The Apache Software Foundation. All Rights Reserved.