| Package | org.spicefactory.parsley.util |
| Class | public class ConfigurationValueResolver |
| Inheritance | ConfigurationValueResolver Object |
| Method | Defined By | ||
|---|---|---|---|
resolveValue(value:*, registry:ObjectDefinitionRegistry):Object
Resolves special tags for object references or inline object definitions
and returns representations that can be used in object definitions. | ConfigurationValueResolver | ||
resolveValues(values:Array, registry:ObjectDefinitionRegistry):void
Resolves special tags for object references or inline object definitions
that the specified Array possibly contains
and replaces them with representations that can be used in object definitions. | ConfigurationValueResolver | ||
| resolveValue | () | method |
public function resolveValue(value:*, registry:ObjectDefinitionRegistry):ObjectResolves special tags for object references or inline object definitions and returns representations that can be used in object definitions.
Parameters
value:* — the value (tag) to resolve
| |
registry:ObjectDefinitionRegistry — the associated configuration
|
Object — the resolved configuration value
|
| resolveValues | () | method |
public function resolveValues(values:Array, registry:ObjectDefinitionRegistry):voidResolves special tags for object references or inline object definitions that the specified Array possibly contains and replaces them with representations that can be used in object definitions.
Parameters
values:Array — the Array to resolve
| |
registry:ObjectDefinitionRegistry — the associated configuration
|