Interface StringValue

  • All Known Implementing Classes:
    Id, Key
    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 StringValue
    This interface should be implemented by classes for which is meaningful to be converted into a String.
    Author:
    Fabrizio Giudici
    Status: stable API
    • Method Detail

      • stringValue

        @Nonnull
        java.lang.String stringValue()
        Returns the String value of this object.
        Returns:
        the string