Modifier and Type | Method and Description |
---|---|
void |
Pojoization.pojoization(ResourceStore store,
MetadataProvider metadata,
ManipulationVisitor visitor,
ClassLoader loader) |
void |
ManipulationEngine.setResourceStore(ResourceStore store)
Provides the bytecode store that allows to retrieve bytecode of the
component's related resources (inner classes for example).
|
Constructor and Description |
---|
AnnotationMetadataProvider(ResourceStore store,
BindingRegistry registry,
Reporter reporter) |
AnnotationMetadataProvider(ResourceStore store,
ModuleProvider provider,
Reporter reporter) |
AnnotationMetadataProvider(ResourceStore store,
Reporter reporter) |
Constructor and Description |
---|
MetaAnnotationBindingRegistry(BindingRegistry delegate,
Reporter reporter,
ResourceStore store) |
Modifier and Type | Method and Description |
---|---|
static BindingRegistry |
Bindings.newBindingRegistry(Reporter reporter,
ResourceStore store,
ModuleProvider provider) |
Modifier and Type | Class and Description |
---|---|
class |
DirectoryResourceStore
A
DirectoryResourceStore knows how to read and write
resources from (to respectively) a File directory. |
class |
JarFileResourceStore
A
JarFileResourceStore knows how to read and write
resources from (to respectively) a Jar File. |
Modifier and Type | Method and Description |
---|---|
void |
ManipulatedResourcesWriter.setResourceStore(ResourceStore resourceStore) |
Copyright © 2006–2023 The Apache Software Foundation. All rights reserved.