Class AbstractServiceWrapper<T>

java.lang.Object
com._1c.g5.v8.dt.internal.pm.wrappers.AbstractServiceWrapper<T>
All Implemented Interfaces:
IServiceWrapper<T>
Direct Known Subclasses:
DefaultServiceWrapper, SingletonServiceWrapper

public abstract class AbstractServiceWrapper<T> extends Object implements IServiceWrapper<T>
An abstract implementation of IServiceWrapper. If the service is singleton or not is specified within classes extending this interface.
  • Field Details

    • serviceBinder

      protected final ServiceBinder<T> serviceBinder

      The service binder.

  • Constructor Details

  • Method Details