DefaultGenericHandler public class DefaultGenericHandler : AbstractHandler Documentation public IGenericImplementationMatchingStrategy ImplementationMatchingStrategy { get; } public IGenericServiceStrategy ServiceStrategy { get; } public DefaultGenericHandler(ComponentModel model, IGenericImplementationMatchingStrategy implementationMatchingStrategy, IGenericServiceStrategy serviceStrategy) protected virtual Type[] AdaptServices(Type closedImplementationType, Type requestedType) protected virtual IHandler BuildSubHandler(Type closedImplementationType, Type requestedType) protected IHandler GetSubHandler(Type genericType, Type requestedType) protected bool SupportsAssignable(Type service, Type modelService, Type[] serviceArguments)