Interface JsonRepresentation<T>

Type Parameters:
T - the type of the represented value

public interface JsonRepresentation<T>
A JSON representation of a value.
  • Method Summary

    Modifier and Type
    Method
    Description
    Supplies the represented value.
  • Method Details

    • unmap

      T unmap() throws Exception
      Supplies the represented value.
      Returns:
      the represented value
      Throws:
      Exception - if the represented value cannot be supplied