Interface NativeMetadata


public interface NativeMetadata

Format-native metadata.

  • Method Details

    • equals

      boolean equals(Object other)
      Overrides:
      equals in class Object
      Parameters:
      other - Object to compare.
      Returns:
      Whether the given object is equal to the instance.
    • hashCode

      int hashCode()
      Overrides:
      hashCode in class Object
      Returns:
      Suitable hash code.
    • toMap

      Map<String,?> toMap()
      Returns:
      Key-value representation, which must be Jackson-serializable.
    • toString

      String toString()
      Overrides:
      toString in class Object
      Returns:
      Meaningful representation.