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 Summary

    Modifier and Type
    Method
    Description
    Returns the String value of this object.
  • Method Details

    • stringValue

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