Packageorg.spicefactory.parsley.config
Interfacepublic interface NestedConfigurationElement
Implementors ArrayTag, NestedObjectTag, ObjectReferenceTag

Represents a nested configuration element that needs to be resolved before being passed to an ObjectDefinition. Can be used for any tag that specifies a nested value in an ObjectDefinition, like those tags nested within ConstructorArgs or Array tags. For any nested tags that do not implement this interface the tag instance itself will be used as the value.



Public Methods
 MethodDefined By
  
Returns the resolved value represented by this element.
NestedConfigurationElement
Method Detail
resolve()method
public function resolve(registry:ObjectDefinitionRegistry):Object

Returns the resolved value represented by this element.

Parameters

registry:ObjectDefinitionRegistry — the registry associated with this element

Returns
Object — the resolved value represented by this element