| Package | system.ioc.strategies |
| Class | public class ObjectStaticFactoryProperty |
| Inheritance | ObjectStaticFactoryProperty ObjectProperty Object |
| Implements | IObjectFactoryStrategy |
| Property | Defined By | ||
|---|---|---|---|
![]() | evaluators : Array
The Array representation of all evaluators to transform the value of this object. | ObjectProperty | |
![]() | name : String
The name of the property. | ObjectProperty | |
![]() | policy : String
The policy of the property
| ObjectProperty | |
| type : String
The string representation of the type name of the static factory class. | ObjectStaticFactoryProperty | ||
![]() | value : *
The value of the property. | ObjectProperty | |
| Method | Defined By | ||
|---|---|---|---|
ObjectStaticFactoryProperty(name:String, type:String, evaluators:Array = null)
Creates a new ObjectStaticFactoryProperty instance. | ObjectStaticFactoryProperty | ||
build(o:Object = null):ObjectStaticFactoryProperty [static]
Returns the ObjectStaticFactoryProperty representation of the specified generic object or null. | ObjectStaticFactoryProperty | ||
| type | property |
public var type:StringThe string representation of the type name of the static factory class.
| ObjectStaticFactoryProperty | () | Constructor |
public function ObjectStaticFactoryProperty(name:String, type:String, evaluators:Array = null)Creates a new ObjectStaticFactoryProperty instance.
Parametersname:String — The type of the static class use to create the object reference with a static property or constant.
| |
type:String — The name of the static property or constant to invoke to create the object "reference".
| |
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):ObjectStaticFactoryPropertyReturns the ObjectStaticFactoryProperty representation of the specified generic object or null.
Parameters
o:Object (default = null) |
ObjectStaticFactoryProperty — the ObjectStaticFactoryProperty representation of the specified generic object or null.
|