isIdentityResolverPolicy

Check if T implements identity resolver interface.

The responsibility of identity resolver policy is to find an identity for component that is to be stored based on information provided on passed type.

enum bool isIdentityResolverPolicy(T, X = Object);

Return Value

true if it implements the interface, false otherwise

Meta