Class JsonRecordUtil.JsonLongGetter

java.lang.Object
io.deephaven.kafka.ingest.JsonRecordUtil.JsonLongGetter
All Implemented Interfaces:
JsonRecordGetter<Long>
Enclosing class:
JsonRecordUtil

public static class JsonRecordUtil.JsonLongGetter extends Object implements JsonRecordGetter<Long>
Provides a Deephaven long-typed set method to call a RowSetter set method and populate it with a value from a JsonRecord.
  • Constructor Details

    • JsonLongGetter

      public JsonLongGetter()
  • Method Details

    • get

      public Object get(@Nullable io.deephaven.shadow.jackson.com.fasterxml.jackson.databind.JsonNode node)
      Description copied from interface: JsonRecordGetter
      A RecordGetter that will get a value obtained from a JsonRecord as indicated in the record by the key. The getter will be matched to the type of the column.
      Specified by:
      get in interface JsonRecordGetter<Long>
      Parameters:
      node - The JsonNode from which to get the value.