You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Class TypeBasedOverride allows targeting overrides to specific type. It creates a wrapper around regular ResolverOverride instance and sets Target during initialization.
Problem
This design creates performance and memory overhead during execution.
Solution
Type ResolverOverride has built in mechanisms to target specific type. The target could be specified either by passing Target parameter to constructor or by calling OnType() method.
Description
Class
TypeBasedOverride
allows targeting overrides to specific type. It creates a wrapper around regularResolverOverride
instance and sets Target during initialization.Problem
This design creates performance and memory overhead during execution.
Solution
Type
ResolverOverride
has built in mechanisms to target specific type. The target could be specified either by passingTarget
parameter to constructor or by callingOnType()
method.Impact
Legacy code requires refactoring.
The text was updated successfully, but these errors were encountered: