TypeIdentityResolverPolicy

A policy for resolving identity of component by it's type.

@safe
struct TypeIdentityResolverPolicy {}

Members

Static functions

resolve
string resolve(Factory!Object factory)

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

Meta