| Package | org.spicefactory.parsley.object |
| Class | public class NestedObjectTag |
| Inheritance | NestedObjectTag Object |
| Implements | NestedConfigurationElement |
Default MXML Propertydecorators
| Property | Defined By | ||
|---|---|---|---|
| decorators : Array
The ObjectDefinitionDecorator instances added to this definition. | NestedObjectTag | ||
| type : Class
The type of the object. | NestedObjectTag | ||
| Method | Defined By | ||
|---|---|---|---|
resolve(registry:ObjectDefinitionRegistry):Object
Returns the resolved value represented by this element. | NestedObjectTag | ||
| decorators | property |
public var decorators:ArrayThe ObjectDefinitionDecorator instances added to this definition.
| type | property |
public var type:ClassThe type of the object.
| resolve | () | method |
public function resolve(registry:ObjectDefinitionRegistry):ObjectReturns the resolved value represented by this element.
Parameters
registry:ObjectDefinitionRegistry — the registry associated with this element
|
Object — the resolved value represented by this element
|