Interface CapabilitiesHandler

    • Method Detail

      • getCapabilities

        default Capabilities getCapabilities()
        Gets the capabilities of the object. Should be overridden if the object's capabilities can change.
        Returns:
        The capabilities of the object.
      • defineImmutableCapabilities

        default ImmutableCapabilities defineImmutableCapabilities()
        Defines the set of capabilities the object has. Should be overridden if the object's capabilities do not change.
        Returns:
        The capabilities of the object.