Interface Metadata<T>

  • Type Parameters:
    T - the type of the metadata
    All Known Implementing Classes:
    MetadataImpl

    public interface Metadata<T>
    A piece of metadata, of type T
    Author:
    Pete Muir
    • Method Detail

      • getValue

        T getValue()
        The metadata value
        Returns:
        the metadata value
      • getLocation

        String getLocation()
        The location of the metadata, used in error and log messages
        Returns:
        location of the metadata, used in error and log messages