Interface Codec


public interface Codec
The Codec interface exposes methods to provide the uniquely supported devices. The class which implements this interface should be annotated with "@Component".
  • Method Summary

    Modifier and Type
    Method
    Description
    @NotNull @NotEmpty Set<DeviceInfo>
    This method returns a set of uniquely supported devices w.r.t the device manufacturer and the device model.
  • Method Details

    • supportsDevices

      @NotNull @NotEmpty @NotNull @NotEmpty Set<DeviceInfo> supportsDevices()
      This method returns a set of uniquely supported devices w.r.t the device manufacturer and the device model.
      Returns:
      Set