Class JsonRecordUtil.JsonIntGetter

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

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

    • JsonIntGetter

      public JsonIntGetter()
  • 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<Integer>
      Parameters:
      node - The JsonNode from which to get the value.