| Package | system.ioc.strategies |
| Class | public class ObjectFactoryProperty |
| Inheritance | ObjectFactoryProperty ObjectProperty Object |
| Implements | IObjectFactoryStrategy |
| Property | Defined By | ||
|---|---|---|---|
![]() | evaluators : Array
The Array representation of all evaluators to transform the value of this object. | ObjectProperty | |
| factory : String
The factory string representation of the reference of this factory method object. | ObjectFactoryProperty | ||
![]() | name : String
The name of the property. | ObjectProperty | |
![]() | policy : String
The policy of the property
| ObjectProperty | |
![]() | value : *
The value of the property. | ObjectProperty | |
| Method | Defined By | ||
|---|---|---|---|
ObjectFactoryProperty(factory:String, name:String, evaluators:Array = null)
Creates a new ObjectFactoryProperty instance. | ObjectFactoryProperty | ||
build(o:Object = null):ObjectFactoryProperty [static]
Returns the ObjectFactoryProperty representation of the specified generic object or null. | ObjectFactoryProperty | ||
| factory | property |
public var factory:StringThe factory string representation of the reference of this factory method object.
| ObjectFactoryProperty | () | Constructor |
public function ObjectFactoryProperty(factory:String, name:String, evaluators:Array = null)Creates a new ObjectFactoryProperty instance.
Parametersfactory:String — The string name of the reference in the factory used to create the object.
| |
name:String — The name of the property.
| |
evaluators:Array (default = null) — The Array representation of all evaluators who evaluate the value of the property.
|
| build | () | method |
public static function build(o:Object = null):ObjectFactoryPropertyReturns the ObjectFactoryProperty representation of the specified generic object or null.
Parameters
o:Object (default = null) |
ObjectFactoryProperty — the ObjectFactoryProperty representation of the specified generic object or null.
|