Constructor and Description |
---|
Values(Object old,
O value,
boolean sequence)
Create new Values from an existing values by appending a value.
|
Modifier and Type | Method and Description |
---|---|
void |
addValue(O v)
Append value to existing values.
|
O[] |
getValues()
Get the values.
|
boolean |
isNull() |
String |
toString() |
org.elasticsearch.common.xcontent.XContentBuilder |
toXContent(org.elasticsearch.common.xcontent.XContentBuilder builder,
org.elasticsearch.common.xcontent.ToXContent.Params params) |
public boolean isNull()
public org.elasticsearch.common.xcontent.XContentBuilder toXContent(org.elasticsearch.common.xcontent.XContentBuilder builder, org.elasticsearch.common.xcontent.ToXContent.Params params) throws IOException
toXContent
in interface org.elasticsearch.common.xcontent.ToXContent
IOException
elasticsearch-river-jdbc