Interface KeyExtractor<T>

    • Method Detail

      • extractKey

        String extractKey​(T object)
        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.