ArrayValue

com.sksamuel.elastic4s.json.ArrayValue
See theArrayValue companion object
case class ArrayValue(elements: ListBuffer[JsonValue]) extends JsonValue

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait JsonValue
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def addAll(values: List[JsonValue]): ArrayValue
def addNull(): Unit
def addValue(element: JsonValue): ArrayValue

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product