Package

za.co.absa.commons.json

format

Permalink

package format

Visibility
  1. Public
  2. All

Type Members

  1. trait DefaultFormatsBuilder extends FormatsBuilder

    Permalink
  2. trait FormatsBuilder extends AnyRef

    Permalink
  3. trait JavaTypesSupport extends FormatsBuilder

    Permalink
  4. trait NoEmptyValuesSupport extends FormatsBuilder

    Permalink

    Removes all empty values from the AST.

    Removes all empty values from the AST. By empty value we mean null, empty string, empty array/object or array/object that only consists of empty items.

    In order to preserve the length and offsets in the arrays that have at least one non-empty item, the rest empty items are not removed but replaced with null.

  5. trait NoTypeHintsSupport extends FormatsBuilder

    Permalink

Ungrouped