ChainedIdentityResolverPolicy.resolve

Resolve identity of component by FQN of it's type.

struct ChainedIdentityResolverPolicy(IdentityResolverPolicies...)
static
string
resolve
()
()
if (
allSatisfy!(isIdentityResolverPolicy, IdentityResolverPolicies)
)

Parameters

factory Factory!Object

component factory to be stored

Return Value

Type: string

FQN of component type as it's identity.

Meta