Interface CustomLabeled


  • public interface CustomLabeled
    CustomLabel provides the possibility to define a custom label for an instance of a class which implements this interface. tapir uses this label as an identifier of the instance.
    Since:
    2.0.0
    Author:
    Oliver Libutzki <[email protected]>
    • Method Detail

      • getCustomLabel

        java.lang.String getCustomLabel()
        Returns the custom label.
        Returns:
        the custom label
        Since:
        2.0.0