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

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
  
resolve(config:Configuration):Object
Returns the resolved value represented by this element.
NestedConfigurationElement
Method Detail
resolve()method
public function resolve(config:Configuration):Object

Returns the resolved value represented by this element.

Parameters

config:Configuration — the configuration associated with this element

Returns
Object — the resolved value represented by this element