Public API for Custom Configuration Namespaces
Interfaces
| | Interface | Description |
| | ElementConfig |
Interface to be implemented by all configuration classes that represent a single XML node. |
| | ObjectFactoryConfig |
Interface to be implemented by all classes that process XML nodes that act
as a factory that creates new instances. |
| | ObjectProcessorConfig |
Interface to be implemented by all classes that process XML nodes that act
as a processor that configures instances. |
Classes
| | Class | Description |
| | FactoryMetadata |
Represents the additional metadata of top level object configurations. |
| | ParserContext |
Context Class that gives access to the currently active object configuration during
parse methods of custom tags. |