public interface Identifying
Aspect supporting to identify data objects.
Since:
5.2.11
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    Aspect supporting to identify data objects.
  • Method Summary

    Modifier and Type
    Method
    Description
    Try creating an identifier for the given data object.
  • Field Details

  • Method Details

    • getIdentifier

      String getIdentifier(Object object) throws NoSuchElementException
      Try creating an identifier for the given data object.
      Parameters:
      object - Some object.
      Returns:
      A unique identifer matching the given object.
      Throws:
      NoSuchElementException - If the given object could not be identified as eligible data object.
      Since:
      5.2.11