CollectionInput

fm.serializer.CollectionInput

For reading Collections

Attributes

Graph
Supertypes
trait NestedInput
class Object
trait Matchable
class Any
Known subtypes

Members list

Value members

Abstract methods

def hasAnotherElement: Boolean

Is there another element to read in the collection?

Is there another element to read in the collection?

Attributes

Inherited methods

def allowStringMap: Boolean

Attributes

Inherited from:
NestedInput
def nextValueIsNull: Boolean

Returns true if the next value is known to be null otherwise false if the value is not null or is unknown. This means that even if the next value ends up being null this can return false.

Returns true if the next value is known to be null otherwise false if the value is not null or is unknown. This means that even if the next value ends up being null this can return false.

Note: If the next value is null then this method should consume that input

Attributes

Inherited from:
NestedInput
def readNestedBigDecimal(): BigDecimal

Attributes

Inherited from:
NestedInput
def readNestedBigInteger(): BigInteger

Attributes

Inherited from:
NestedInput
def readNestedBool(): Boolean

Attributes

Inherited from:
NestedInput
def readNestedByteArray(): Array[Byte]

Attributes

Inherited from:
NestedInput

Attributes

Inherited from:
NestedInput
def readNestedDouble(): Double

Attributes

Inherited from:
NestedInput
def readNestedFixedInt(): Int

Attributes

Inherited from:
NestedInput
def readNestedFixedLong(): Long

Attributes

Inherited from:
NestedInput
def readNestedFloat(): Float

Attributes

Inherited from:
NestedInput
def readNestedInt(): Int

Attributes

Inherited from:
NestedInput
def readNestedLong(): Long

Attributes

Inherited from:
NestedInput
def readNestedObject[T](f: FieldInput => T): T

Attributes

Inherited from:
NestedInput
def readNestedSignedInt(): Int

Attributes

Inherited from:
NestedInput
def readNestedSignedLong(): Long

Attributes

Inherited from:
NestedInput
def readNestedString(): String

Attributes

Inherited from:
NestedInput

Attributes

Inherited from:
NestedInput

Attributes

Inherited from:
NestedInput