Interface JsonDescriptorAware

All Known Implementing Classes:
Application, Assembly, Device, SystemApplication

public interface JsonDescriptorAware
Interface for objects that can return a JsonDescriptor. When used on a HandleAware object, this allows the descriptor of the object to be queried via the descriptor endpoints.
Since:
1.0
Version:
2023-07-31
  • Method Summary

    Modifier and Type
    Method
    Description
    Return the associated JsonDescriptor.
  • Method Details

    • getDescriptor

      JsonDescriptor getDescriptor()
      Return the associated JsonDescriptor.