@Deprecated public interface KeyExtractor<T>
JSONObjectWriter
use.
Use KeyExtractor
.
Modifier and Type | Method and Description |
---|---|
String |
extractKey(T object)
Deprecated.
Extracts or determines a JSON object key from the specified object.
|
String extractKey(T object)
object
- The object. Must not be null
.null
if extraction failed.Copyright © 2020 Connect2id. All rights reserved.