Packageorg.spicefactory.parsley.core.builder
Interfacepublic interface DecoratorAssembler
Implementors MetadataDecoratorAssembler

Assembles decorators for a single ObjectDefinitionBuilder. DecoratorAssemblers can be added to the BootstrapConfig to assemble decorators in addition to the ones provided by the core configuration mechanism in use (e.g. MXML or XML). The only builtin implementation is responsible for processing metadata tags on classes, but any custom implementation may be added to a factory.



Public Methods
 MethodDefined By
  
assemble(type:ClassInfo):Array
Assembles the definition decorators for the specified class.
DecoratorAssembler
Method Detail
assemble()method
public function assemble(type:ClassInfo):Array

Assembles the definition decorators for the specified class. The returned array contains instances of the ObjectDefinitionDecorator interface.

Parameters

type:ClassInfo — the class to assemble all decorators for

Returns
Array — decorators for the specified class