Class TupleValue


@Immutable public abstract class TupleValue extends ValueRestrictedUniverseBase
A "tuple", where an JsonValueTypes.ARRAY is a known size and each element has a defined type.

For example, the JSON value ["foo", 42, 5.72] might be modelled as TupleOptions.of(StringOptions.standard(), IntOptions.standard(), DoubleOptions.standard()).

  • Constructor Details

    • TupleValue

      public TupleValue()
  • Method Details