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 Summary

    Modifier and Type
    Method
    Description
    The location of the metadata, used in error and log messages
    The metadata value
  • Method Details

    • 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