Interface ServiceFilterAware


@Deprecated(since="4.8.0") public interface ServiceFilterAware
Deprecated.
An interface to represent an object which wishes to be injected with a ServiceFilter
  • Method Details

    • setServiceFilter

      void setServiceFilter(ServiceFilter serviceFilter)
      Deprecated.
      Injects the ServiceFilter
      Parameters:
      serviceFilter - the ServiceFilter
    • getServiceFilter

      ServiceFilter getServiceFilter()
      Deprecated.
      Returns:
      the ServiceFilter