Interface KeyExtractor<T>


@Deprecated public interface KeyExtractor<T>
Deprecated.
Key extractor, intended for JSONObjectWriter use.

Use KeyExtractor.

  • Method Summary

    Modifier and Type
    Method
    Description
    extractKey(T object)
    Deprecated.
    Extracts or determines a JSON object key from the specified object.
  • Method Details

    • extractKey

      String extractKey(T object)
      Deprecated.
      Extracts or determines a JSON object key from the specified object.
      Parameters:
      object - The object. Must not be null.
      Returns:
      The JSON object key, null if extraction failed.