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 TypeMethodDescription@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
This method returns a set of uniquely supported devices w.r.t the device manufacturer and the device model.- Returns:
- Set
-