| Package | Description |
|---|---|
| org.oddjob.arooa.registry |
Classes concerned with the BeanRegistry which provides a
dynamic lookup of components.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
BeanRegistry
Register components by id and look them up.
|
| Modifier and Type | Class and Description |
|---|---|
class |
LinkedBeanRegistry
A
BeanRegistry that will attempt to find a bean value in an
existing BeanDirectory if it hasn't been registered with this
registry. |
class |
SimpleBeanDirectory
Provide a BeanDirectory from some mapping functions.
|
class |
SimpleBeanRegistry
Register components by id and look them up by path.
|
| Modifier and Type | Method and Description |
|---|---|
BeanDirectory |
DirectoryPathWalker.directoryForPath(Path path) |
BeanDirectory |
DirectoryPathWalker.directoryForPath(Path path) |
BeanDirectory |
BeanDirectoryOwner.provideBeanDirectory()
Get the
BeanDirectory. |
BeanDirectory |
BeanDirectoryOwner.provideBeanDirectory()
Get the
BeanDirectory. |
BeanDirectory |
BeanDirectoryCrawler.registryForComponent(Object component)
Find the directory for a bean.
|
BeanDirectory |
BeanDirectoryCrawler.registryForComponent(Object component)
Find the directory for a bean.
|
| Constructor and Description |
|---|
BeanDirectoryCrawler(BeanDirectory directory) |
BeanDirectoryCrawler(BeanDirectory directory) |
DirectoryPathWalker(BeanDirectory directory) |
DirectoryPathWalker(BeanDirectory directory) |
DirectoryServiceFinder(BeanDirectory directory)
Only Constructor.
|
DirectoryServiceFinder(BeanDirectory directory)
Only Constructor.
|
LinkedBeanRegistry(BeanDirectory existingDirectory,
PropertyAccessor propertyAccessor,
ArooaConverter converter)
Constructor.
|
LinkedBeanRegistry(BeanDirectory existingDirectory,
PropertyAccessor propertyAccessor,
ArooaConverter converter)
Constructor.
|
Copyright © 2023. All rights reserved.