| Package | org.spicefactory.parsley.config |
| Interface | public interface ConfigurationFactory |
| Implementors | DefaultConfigurationFactory |
| Method | Defined By | ||
|---|---|---|---|
addDecoratorAssembler(assembler:DecoratorAssembler):void
Adds a custom assemble for decorators to this factory. | ConfigurationFactory | ||
Creates a new Configuration instance for the specified registry. | ConfigurationFactory | ||
| addDecoratorAssembler | () | method |
public function addDecoratorAssembler(assembler:DecoratorAssembler):voidAdds a custom assemble for decorators to this factory. Usually there is one assembler installed by default that fetches decorators for the target definition from metadata tags on the classes members.
Parameters
assembler:DecoratorAssembler — the assembler to add to this factory
|
| createConfiguration | () | method |
public function createConfiguration(registry:ObjectDefinitionRegistry):ConfigurationCreates a new Configuration instance for the specified registry.
Parameters
registry:ObjectDefinitionRegistry — the registry to create a new Configuration instance for
|
Configuration — a new Configuration instance
|