| 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
Modules. |
class |
ServiceLoaderModuleProvider
Find
Modules using the ServiceLoader mechanisms. |
| Constructor and Description |
|---|
CompositeModuleProvider(ModuleProvider... providers) |
| Constructor and Description |
|---|
CompositeModuleProvider(Iterable<ModuleProvider> providers) |
Copyright © 2006–2023 The Apache Software Foundation. All rights reserved.