Interface HumanReadableDescribable

  • All Known Implementing Classes:
    ResourceShadowDiscriminator
    Functional Interface:
    This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

    @FunctionalInterface
    public interface HumanReadableDescribable
    Object that can provide short, human-readable description. The description should be suitable for logging and presentation to users (non-developers).
    Author:
    semancik
    • Method Detail

      • toHumanReadableDescription

        String toHumanReadableDescription()