Class Tuple
- java.lang.Object
-
- io.vertx.reactivex.sqlclient.Tuple
-
-
Field Summary
Fields Modifier and Type Field Description static io.vertx.lang.rx.TypeArg<Tuple>
__TYPE_ARG
static Object
JSON_NULL
The JSON null literal value.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Tuple
addArrayOfBigDecimal(BigDecimal[] value)
Add an array of value at the end of the tuple.Tuple
addArrayOfBoolean(Boolean[] value)
Add an array ofBoolean
value at the end of the tuple.Tuple
addArrayOfDouble(Double[] value)
Add an array ofDouble
value at the end of the tuple.Tuple
addArrayOfFloat(Float[] value)
Add an array ofFloat
value at the end of the tuple.Tuple
addArrayOfInteger(Integer[] value)
Add an array ofInteger
value at the end of the tuple.Tuple
addArrayOfJsonArray(JsonArray[] value)
Add an array of value at the end of the tuple.Tuple
addArrayOfJsonObject(JsonObject[] value)
Add an array of value at the end of the tuple.Tuple
addArrayOfLocalDate(java.time.LocalDate[] value)
Add an array of value at the end of the tuple.Tuple
addArrayOfLocalDateTime(java.time.LocalDateTime[] value)
Add an array of value at the end of the tuple.Tuple
addArrayOfLocalTime(java.time.LocalTime[] value)
Add an array of value at the end of the tuple.Tuple
addArrayOfLong(Long[] value)
Add an array ofLong
value at the end of the tuple.Tuple
addArrayOfOffsetDateTime(java.time.OffsetDateTime[] value)
Add an array of value at the end of the tuple.Tuple
addArrayOfOffsetTime(java.time.OffsetTime[] value)
Add an array of value at the end of the tuple.Tuple
addArrayOfShort(Short[] value)
Add an array ofShort
value at the end of the tuple.Tuple
addArrayOfString(String[] value)
Add an array ofString
value at the end of the tuple.Tuple
addArrayOfTemporal(java.time.temporal.Temporal[] value)
Add an array of value at the end of the tuple.Tuple
addArrayOfUUID(UUID[] value)
Add an array of value at the end of the tuple.Tuple
addBigDecimal(BigDecimal value)
Add a value at the end of the tuple.Tuple
addBoolean(Boolean value)
Add a boolean value at the end of the tuple.Tuple
addBuffer(Buffer value)
Add a buffer value at the end of the tuple.Tuple
addDouble(Double value)
Add a double value at the end of the tuple.Tuple
addFloat(Float value)
Add a float value at the end of the tuple.Tuple
addInteger(Integer value)
Add an integer value at the end of the tuple.Tuple
addJsonArray(JsonArray value)
Add a value at the end of the tuple.Tuple
addJsonObject(JsonObject value)
Add a value at the end of the tuple.Tuple
addLocalDate(java.time.LocalDate value)
Add aLocalDate
value at the end of the tuple.Tuple
addLocalDateTime(java.time.LocalDateTime value)
Add aLocalDateTime
value at the end of the tuple.Tuple
addLocalTime(java.time.LocalTime value)
Add aLocalTime
value at the end of the tuple.Tuple
addLong(Long value)
Add a long value at the end of the tuple.Tuple
addOffsetDateTime(java.time.OffsetDateTime value)
Add aOffsetDateTime
value at the end of the tuple.Tuple
addOffsetTime(java.time.OffsetTime value)
Add aOffsetTime
value at the end of the tuple.Tuple
addShort(Short value)
Add a short value at the end of the tuple.Tuple
addString(String value)
Add a string value at the end of the tuple.Tuple
addTemporal(java.time.temporal.Temporal value)
Add aTemporal
value at the end of the tuple.Tuple
addUUID(UUID value)
Add aUUID
value at the end of the tuple.Tuple
addValue(Object value)
Add an object value at the end of the tuple.void
clear()
String
deepToString()
boolean
equals(Object o)
static Tuple
from(Object[] array)
Wrap the providedarray
with a tuple.static <T> Tuple
from(List<T> list)
Wrap the providedlist
with a tuple.<T> T
get(Class<T> type, int position)
Get the the at the specifiedposition
and the specifiedtype
.BigDecimal[]
getArrayOfBigDecimals(int pos)
Get an array of value atpos
.Boolean[]
getArrayOfBooleans(int pos)
Get an array ofBoolean
value atpos
.Double[]
getArrayOfDoubles(int pos)
Get an array ofDouble
value atpos
.Float[]
getArrayOfFloats(int pos)
Get an array ofFloat
value atpos
.Integer[]
getArrayOfIntegers(int pos)
Get an array ofInteger
value atpos
.JsonArray[]
getArrayOfJsonArrays(int pos)
Get an array of value atpos
.JsonObject[]
getArrayOfJsonObjects(int pos)
Get an array of value atpos
.Object[]
getArrayOfJsons(int pos)
Get an array of JSON elements atpos
, the element might be#JSON_NULL null
or one of the following types: String Number JsonObject JsonArray Booleanjava.time.LocalDate[]
getArrayOfLocalDates(int pos)
Get an array of value atpos
.java.time.LocalDateTime[]
getArrayOfLocalDateTimes(int pos)
Get an array of value atpos
.java.time.LocalTime[]
getArrayOfLocalTimes(int pos)
Get an array of value atpos
.Long[]
getArrayOfLongs(int pos)
Get an array ofLong
value atpos
.Numeric[]
getArrayOfNumerics(int pos)
Get an array of value atpos
.java.time.OffsetDateTime[]
getArrayOfOffsetDateTimes(int pos)
Get an array of value atpos
.java.time.OffsetTime[]
getArrayOfOffsetTimes(int pos)
Get an array of value atpos
.Short[]
getArrayOfShorts(int pos)
Get an array ofShort
value atpos
.String[]
getArrayOfStrings(int pos)
Get an array ofString
value atpos
.java.time.temporal.Temporal[]
getArrayOfTemporals(int pos)
Get an array of value atpos
.UUID[]
getArrayOfUUIDs(int pos)
Get an array of value atpos
.BigDecimal
getBigDecimal(int pos)
Get value atpos
.Boolean
getBoolean(int pos)
Get a boolean value atpos
.Buffer
getBuffer(int pos)
Get a buffer value atpos
.Tuple
getDelegate()
Double
getDouble(int pos)
Get a double value atpos
.Float
getFloat(int pos)
Get a float value atpos
.Integer
getInteger(int pos)
Get an integer value atpos
.Object
getJson(int pos)
Get a JSON element atpos
, the element might be#JSON_NULL null
or one of the following types: String Number JsonObject JsonArray BooleanJsonArray
getJsonArray(int pos)
Get a value atpos
.JsonObject
getJsonObject(int pos)
Get a value atpos
.java.time.LocalDate
getLocalDate(int pos)
GetLocalDate
value atpos
.java.time.LocalDateTime
getLocalDateTime(int pos)
GetLocalDateTime
value atpos
.java.time.LocalTime
getLocalTime(int pos)
GetLocalTime
value atpos
.Long
getLong(int pos)
Get a long value atpos
.Numeric
getNumeric(int pos)
Get value atpos
.java.time.OffsetDateTime
getOffsetDateTime(int pos)
GetOffsetDateTime
value atpos
.java.time.OffsetTime
getOffsetTime(int pos)
GetOffsetTime
value atpos
.Short
getShort(int pos)
Get a short value atpos
.String
getString(int pos)
Get a string value atpos
.java.time.temporal.Temporal
getTemporal(int pos)
Get aTemporal
value atpos
.UUID
getUUID(int pos)
GetUUID
value atpos
.Object
getValue(int pos)
Get an object value atpos
.int
hashCode()
static Tuple
newInstance(Tuple arg)
static Tuple
of(Object elt1)
Create a tuple of one element.static Tuple
of(Object elt1, Object elt2)
Create a tuple of two elements.static Tuple
of(Object elt1, Object elt2, Object elt3)
Create a tuple of three elements.static Tuple
of(Object elt1, Object elt2, Object elt3, Object elt4)
Create a tuple of four elements.static Tuple
of(Object elt1, Object elt2, Object elt3, Object elt4, Object elt5)
Create a tuple of five elements.static Tuple
of(Object elt1, Object elt2, Object elt3, Object elt4, Object elt5, Object elt6)
Create a tuple of six elements.int
size()
String
toString()
static Tuple
tuple()
static Tuple
tuple(List<Object> elements)
Create a tuple with the providedelements
list.static Tuple
wrap(Object[] array)
Wrap the providedarray
with a tuple.static <T> Tuple
wrap(List<T> list)
Wrap the providedlist
with a tuple.
-
-
-
Method Detail
-
getDelegate
public Tuple getDelegate()
-
tuple
public static Tuple tuple()
- Returns:
- a new empty tuple
-
from
public static <T> Tuple from(List<T> list)
Wrap the providedlist
with a tuple.
The list is not copied and is used as store for tuple elements.- Parameters:
list
-- Returns:
- the list wrapped as a tuple
-
wrap
public static <T> Tuple wrap(List<T> list)
Wrap the providedlist
with a tuple.
The list is not copied and is used as store for tuple elements.
Note: The list might be modified and users should usetuple()
if the list is unmodifiable- Parameters:
list
-- Returns:
- the list wrapped as a tuple
-
of
public static Tuple of(Object elt1)
Create a tuple of one element.- Parameters:
elt1
- the first value- Returns:
- the tuple
-
of
public static Tuple of(Object elt1, Object elt2)
Create a tuple of two elements.- Parameters:
elt1
- the first valueelt2
- the second value- Returns:
- the tuple
-
of
public static Tuple of(Object elt1, Object elt2, Object elt3)
Create a tuple of three elements.- Parameters:
elt1
- the first valueelt2
- the second valueelt3
- the third value- Returns:
- the tuple
-
of
public static Tuple of(Object elt1, Object elt2, Object elt3, Object elt4)
Create a tuple of four elements.- Parameters:
elt1
- the first valueelt2
- the second valueelt3
- the third valueelt4
- the fourth value- Returns:
- the tuple
-
of
public static Tuple of(Object elt1, Object elt2, Object elt3, Object elt4, Object elt5)
Create a tuple of five elements.- Parameters:
elt1
- the first valueelt2
- the second valueelt3
- the third valueelt4
- the fourth valueelt5
- the fifth value- Returns:
- the tuple
-
of
public static Tuple of(Object elt1, Object elt2, Object elt3, Object elt4, Object elt5, Object elt6)
Create a tuple of six elements.- Parameters:
elt1
- the first valueelt2
- the second valuegelt3
- the third valueelt4
- the fourth valueelt5
- the fifth valueelt6
- the sixth value- Returns:
- the tuple
-
tuple
public static Tuple tuple(List<Object> elements)
Create a tuple with the providedelements
list. Theelements
list is not modified.- Parameters:
elements
- the list of elements- Returns:
- the tuple
-
getValue
public Object getValue(int pos)
Get an object value atpos
.- Parameters:
pos
- the position- Returns:
- the value
-
getBoolean
public Boolean getBoolean(int pos)
Get a boolean value atpos
.- Parameters:
pos
- the position- Returns:
- the value
-
getShort
public Short getShort(int pos)
Get a short value atpos
.- Parameters:
pos
- the position- Returns:
- the value
-
getInteger
public Integer getInteger(int pos)
Get an integer value atpos
.- Parameters:
pos
- the position- Returns:
- the value
-
getLong
public Long getLong(int pos)
Get a long value atpos
.- Parameters:
pos
- the position- Returns:
- the value
-
getFloat
public Float getFloat(int pos)
Get a float value atpos
.- Parameters:
pos
- the position- Returns:
- the value
-
getDouble
public Double getDouble(int pos)
Get a double value atpos
.- Parameters:
pos
- the position- Returns:
- the value
-
getString
public String getString(int pos)
Get a string value atpos
.- Parameters:
pos
- the position- Returns:
- the value
-
getJsonObject
public JsonObject getJsonObject(int pos)
Get a value atpos
.- Parameters:
pos
- the position- Returns:
- the value
-
getJsonArray
public JsonArray getJsonArray(int pos)
Get a value atpos
.- Parameters:
pos
- the position- Returns:
- the value
-
getJson
public Object getJson(int pos)
Get a JSON element atpos
, the element might be#JSON_NULL null
or one of the following types:- String
- Number
- JsonObject
- JsonArray
- Boolean
- Parameters:
pos
- the position- Returns:
- the value
-
getBuffer
public Buffer getBuffer(int pos)
Get a buffer value atpos
.- Parameters:
pos
- the position- Returns:
- the value
-
addValue
public Tuple addValue(Object value)
Add an object value at the end of the tuple.- Parameters:
value
- the value- Returns:
- a reference to this, so the API can be used fluently
-
addBoolean
public Tuple addBoolean(Boolean value)
Add a boolean value at the end of the tuple.- Parameters:
value
- the value- Returns:
- a reference to this, so the API can be used fluently
-
addShort
public Tuple addShort(Short value)
Add a short value at the end of the tuple.- Parameters:
value
- the value- Returns:
- a reference to this, so the API can be used fluently
-
addInteger
public Tuple addInteger(Integer value)
Add an integer value at the end of the tuple.- Parameters:
value
- the value- Returns:
- a reference to this, so the API can be used fluently
-
addLong
public Tuple addLong(Long value)
Add a long value at the end of the tuple.- Parameters:
value
- the value- Returns:
- a reference to this, so the API can be used fluently
-
addFloat
public Tuple addFloat(Float value)
Add a float value at the end of the tuple.- Parameters:
value
- the value- Returns:
- a reference to this, so the API can be used fluently
-
addDouble
public Tuple addDouble(Double value)
Add a double value at the end of the tuple.- Parameters:
value
- the value- Returns:
- a reference to this, so the API can be used fluently
-
addString
public Tuple addString(String value)
Add a string value at the end of the tuple.- Parameters:
value
- the value- Returns:
- a reference to this, so the API can be used fluently
-
addJsonObject
public Tuple addJsonObject(JsonObject value)
Add a value at the end of the tuple.- Parameters:
value
- the value- Returns:
- a reference to this, so the API can be used fluently
-
addJsonArray
public Tuple addJsonArray(JsonArray value)
Add a value at the end of the tuple.- Parameters:
value
- the value- Returns:
- a reference to this, so the API can be used fluently
-
addBuffer
public Tuple addBuffer(Buffer value)
Add a buffer value at the end of the tuple.- Parameters:
value
- the value- Returns:
- a reference to this, so the API can be used fluently
-
get
public <T> T get(Class<T> type, int position)
Get the the at the specifiedposition
and the specifiedtype
.The type can be one of the types returned by the row (e.g
String.class
) or an array of the type (e.gString[].class
)).- Parameters:
type
- the expected value typeposition
- the value position- Returns:
- the value if the value is found or null.
-
size
public int size()
- Returns:
- the tuple size
-
clear
public void clear()
-
deepToString
public String deepToString()
- Returns:
- A String containing the
Object
value of each element, separated by a comma (,) character
-
from
public static Tuple from(Object[] array)
Wrap the providedarray
with a tuple.
The array is not copied and is used as store for tuple elements.- Parameters:
array
-- Returns:
- the list wrapped as a tuple
-
wrap
public static Tuple wrap(Object[] array)
Wrap the providedarray
with a tuple.
The array is not copied and is used as store for tuple elements.- Parameters:
array
-- Returns:
- the list wrapped as a tuple
-
getNumeric
public Numeric getNumeric(int pos)
Get value atpos
.- Parameters:
pos
- the position- Returns:
- the value
-
getTemporal
public java.time.temporal.Temporal getTemporal(int pos)
Get aTemporal
value atpos
.- Parameters:
pos
- the position- Returns:
- the value
-
getLocalDate
public java.time.LocalDate getLocalDate(int pos)
GetLocalDate
value atpos
.Target element instance of
LocalDateTime
will be coerced toLocalDate
.- Parameters:
pos
- the position- Returns:
- the value
-
getLocalTime
public java.time.LocalTime getLocalTime(int pos)
GetLocalTime
value atpos
.Target element instance of
LocalDateTime
will be coerced toLocalTime
.- Parameters:
pos
- the position- Returns:
- the value
-
getLocalDateTime
public java.time.LocalDateTime getLocalDateTime(int pos)
GetLocalDateTime
value atpos
.- Parameters:
pos
- the position- Returns:
- the value
-
getOffsetTime
public java.time.OffsetTime getOffsetTime(int pos)
GetOffsetTime
value atpos
.Target element instance of
OffsetDateTime
will be coerced toOffsetTime
.- Parameters:
pos
- the position- Returns:
- the value
-
getOffsetDateTime
public java.time.OffsetDateTime getOffsetDateTime(int pos)
GetOffsetDateTime
value atpos
.- Parameters:
pos
- the position- Returns:
- the value
-
getUUID
public UUID getUUID(int pos)
GetUUID
value atpos
.- Parameters:
pos
- the position- Returns:
- the value
-
getBigDecimal
public BigDecimal getBigDecimal(int pos)
Get value atpos
.- Parameters:
pos
- the position- Returns:
- the value
-
getArrayOfBooleans
public Boolean[] getArrayOfBooleans(int pos)
Get an array ofBoolean
value atpos
.Target element instance of
Object[]
will be coerced toBoolean[]
.- Parameters:
pos
- the position- Returns:
- the value
-
getArrayOfShorts
public Short[] getArrayOfShorts(int pos)
Get an array ofShort
value atpos
.Target element instance of
Number[]
orObject[]
will be coerced toShort[]
.- Parameters:
pos
- the position- Returns:
- the value
-
getArrayOfIntegers
public Integer[] getArrayOfIntegers(int pos)
Get an array ofInteger
value atpos
.Target element instance of
Number[]
orObject[]
will be coerced toInteger[]
.- Parameters:
pos
- the position- Returns:
- the value
-
getArrayOfLongs
public Long[] getArrayOfLongs(int pos)
Get an array ofLong
value atpos
.Target element instance of
Number[]
orObject[]
will be coerced toLong[]
.- Parameters:
pos
- the position- Returns:
- the value
-
getArrayOfFloats
public Float[] getArrayOfFloats(int pos)
Get an array ofFloat
value atpos
.Target element instance of
Number[]
orObject[]
will be coerced toFloat[]
.- Parameters:
pos
- the position- Returns:
- the value
-
getArrayOfDoubles
public Double[] getArrayOfDoubles(int pos)
Get an array ofDouble
value atpos
.Target element instance of
Number[]
orObject[]
will be coerced toDouble[]
.- Parameters:
pos
- the position- Returns:
- the value
-
getArrayOfNumerics
public Numeric[] getArrayOfNumerics(int pos)
Get an array of value atpos
.- Parameters:
pos
- the column- Returns:
- the value
-
getArrayOfStrings
public String[] getArrayOfStrings(int pos)
Get an array ofString
value atpos
.Target element instance of
Object[]
will be coerced toString[]
.- Parameters:
pos
- the position- Returns:
- the value
-
getArrayOfJsonObjects
public JsonObject[] getArrayOfJsonObjects(int pos)
Get an array of value atpos
.- Parameters:
pos
- the position- Returns:
- the value
-
getArrayOfJsonArrays
public JsonArray[] getArrayOfJsonArrays(int pos)
Get an array of value atpos
.- Parameters:
pos
- the position- Returns:
- the value
-
getArrayOfJsons
public Object[] getArrayOfJsons(int pos)
Get an array of JSON elements atpos
, the element might be#JSON_NULL null
or one of the following types:- String
- Number
- JsonObject
- JsonArray
- Boolean
- Parameters:
pos
- the position- Returns:
- the value
-
getArrayOfTemporals
public java.time.temporal.Temporal[] getArrayOfTemporals(int pos)
Get an array of value atpos
.- Parameters:
pos
- the position- Returns:
- the value
-
getArrayOfLocalDates
public java.time.LocalDate[] getArrayOfLocalDates(int pos)
Get an array of value atpos
.Target element instance of
LocalDateTime[]
will be coerced toLocalDate[]
.- Parameters:
pos
- the position- Returns:
- the value
-
getArrayOfLocalTimes
public java.time.LocalTime[] getArrayOfLocalTimes(int pos)
Get an array of value atpos
.Target element instance of
LocalDateTime[]
will be coerced toLocalTime[]
.- Parameters:
pos
- the position- Returns:
- the value
-
getArrayOfLocalDateTimes
public java.time.LocalDateTime[] getArrayOfLocalDateTimes(int pos)
Get an array of value atpos
.- Parameters:
pos
- the position- Returns:
- the value
-
getArrayOfOffsetTimes
public java.time.OffsetTime[] getArrayOfOffsetTimes(int pos)
Get an array of value atpos
.Target element instance of
OffsetDateTime[]
will be coerced toOffsetTime[]
.- Parameters:
pos
- the position- Returns:
- the value
-
getArrayOfOffsetDateTimes
public java.time.OffsetDateTime[] getArrayOfOffsetDateTimes(int pos)
Get an array of value atpos
.- Parameters:
pos
- the position- Returns:
- the value
-
getArrayOfUUIDs
public UUID[] getArrayOfUUIDs(int pos)
Get an array of value atpos
.- Parameters:
pos
- the column- Returns:
- the value
-
getArrayOfBigDecimals
public BigDecimal[] getArrayOfBigDecimals(int pos)
Get an array of value atpos
.- Parameters:
pos
- the column- Returns:
- the value
-
addTemporal
public Tuple addTemporal(java.time.temporal.Temporal value)
Add aTemporal
value at the end of the tuple.- Parameters:
value
- the value- Returns:
- a reference to this, so the API can be used fluently
-
addLocalDate
public Tuple addLocalDate(java.time.LocalDate value)
Add aLocalDate
value at the end of the tuple.- Parameters:
value
- the value- Returns:
- a reference to this, so the API can be used fluently
-
addLocalTime
public Tuple addLocalTime(java.time.LocalTime value)
Add aLocalTime
value at the end of the tuple.- Parameters:
value
- the value- Returns:
- a reference to this, so the API can be used fluently
-
addLocalDateTime
public Tuple addLocalDateTime(java.time.LocalDateTime value)
Add aLocalDateTime
value at the end of the tuple.- Parameters:
value
- the value- Returns:
- a reference to this, so the API can be used fluently
-
addOffsetTime
public Tuple addOffsetTime(java.time.OffsetTime value)
Add aOffsetTime
value at the end of the tuple.- Parameters:
value
- the value- Returns:
- a reference to this, so the API can be used fluently
-
addOffsetDateTime
public Tuple addOffsetDateTime(java.time.OffsetDateTime value)
Add aOffsetDateTime
value at the end of the tuple.- Parameters:
value
- the value- Returns:
- a reference to this, so the API can be used fluently
-
addUUID
public Tuple addUUID(UUID value)
Add aUUID
value at the end of the tuple.- Parameters:
value
- the value- Returns:
- a reference to this, so the API can be used fluently
-
addBigDecimal
public Tuple addBigDecimal(BigDecimal value)
Add a value at the end of the tuple.- Parameters:
value
- the value- Returns:
- a reference to this, so the API can be used fluently
-
addArrayOfBoolean
public Tuple addArrayOfBoolean(Boolean[] value)
Add an array ofBoolean
value at the end of the tuple.- Parameters:
value
- the value- Returns:
- a reference to this, so the API can be used fluently
-
addArrayOfShort
public Tuple addArrayOfShort(Short[] value)
Add an array ofShort
value at the end of the tuple.- Parameters:
value
- the value- Returns:
- a reference to this, so the API can be used fluently
-
addArrayOfInteger
public Tuple addArrayOfInteger(Integer[] value)
Add an array ofInteger
value at the end of the tuple.Target element instance of
Number[]
will be coerced toInteger[]
.- Parameters:
value
- the value- Returns:
- a reference to this, so the API can be used fluently
-
addArrayOfLong
public Tuple addArrayOfLong(Long[] value)
Add an array ofLong
value at the end of the tuple.- Parameters:
value
- the value- Returns:
- a reference to this, so the API can be used fluently
-
addArrayOfFloat
public Tuple addArrayOfFloat(Float[] value)
Add an array ofFloat
value at the end of the tuple.- Parameters:
value
- the value- Returns:
- a reference to this, so the API can be used fluently
-
addArrayOfDouble
public Tuple addArrayOfDouble(Double[] value)
Add an array ofDouble
value at the end of the tuple.- Parameters:
value
- the value- Returns:
- a reference to this, so the API can be used fluently
-
addArrayOfString
public Tuple addArrayOfString(String[] value)
Add an array ofString
value at the end of the tuple.- Parameters:
value
- the value- Returns:
- a reference to this, so the API can be used fluently
-
addArrayOfJsonObject
public Tuple addArrayOfJsonObject(JsonObject[] value)
Add an array of value at the end of the tuple.- Parameters:
value
- the value- Returns:
- a reference to this, so the API can be used fluently
-
addArrayOfJsonArray
public Tuple addArrayOfJsonArray(JsonArray[] value)
Add an array of value at the end of the tuple.- Parameters:
value
- the value- Returns:
- a reference to this, so the API can be used fluently
-
addArrayOfTemporal
public Tuple addArrayOfTemporal(java.time.temporal.Temporal[] value)
Add an array of value at the end of the tuple.- Parameters:
value
- the value- Returns:
- a reference to this, so the API can be used fluently
-
addArrayOfLocalDate
public Tuple addArrayOfLocalDate(java.time.LocalDate[] value)
Add an array of value at the end of the tuple.- Parameters:
value
- the value- Returns:
- a reference to this, so the API can be used fluently
-
addArrayOfLocalTime
public Tuple addArrayOfLocalTime(java.time.LocalTime[] value)
Add an array of value at the end of the tuple.- Parameters:
value
- the value- Returns:
- a reference to this, so the API can be used fluently
-
addArrayOfLocalDateTime
public Tuple addArrayOfLocalDateTime(java.time.LocalDateTime[] value)
Add an array of value at the end of the tuple.- Parameters:
value
- the value- Returns:
- a reference to this, so the API can be used fluently
-
addArrayOfOffsetTime
public Tuple addArrayOfOffsetTime(java.time.OffsetTime[] value)
Add an array of value at the end of the tuple.- Parameters:
value
- the value- Returns:
- a reference to this, so the API can be used fluently
-
addArrayOfOffsetDateTime
public Tuple addArrayOfOffsetDateTime(java.time.OffsetDateTime[] value)
Add an array of value at the end of the tuple.- Parameters:
value
- the value- Returns:
- a reference to this, so the API can be used fluently
-
addArrayOfUUID
public Tuple addArrayOfUUID(UUID[] value)
Add an array of value at the end of the tuple.- Parameters:
value
- the value- Returns:
- a reference to this, so the API can be used fluently
-
addArrayOfBigDecimal
public Tuple addArrayOfBigDecimal(BigDecimal[] value)
Add an array of value at the end of the tuple.- Parameters:
value
- the value- Returns:
- a reference to this, so the API can be used fluently
-
-