elasticmagic-kt
0.0.30
common
elasticmagic-serde
/
dev.evo.elasticmagic.serde
/
Deserializer
/
ArrayIterator
Array
Iterator
interface
ArrayIterator
Functions
Inheritors
Functions
any
Link copied to clipboard
open
fun
any
(
)
:
Any
any
Or
Null
Link copied to clipboard
abstract
fun
anyOrNull
(
)
:
Any
?
array
Link copied to clipboard
open
fun
array
(
)
:
Deserializer.ArrayCtx
array
Or
Null
Link copied to clipboard
abstract
fun
arrayOrNull
(
)
:
Deserializer.ArrayCtx
?
boolean
Link copied to clipboard
open
fun
boolean
(
)
:
Boolean
boolean
Or
Null
Link copied to clipboard
abstract
fun
booleanOrNull
(
)
:
Boolean
?
double
Link copied to clipboard
open
fun
double
(
)
:
Double
double
Or
Null
Link copied to clipboard
abstract
fun
doubleOrNull
(
)
:
Double
?
float
Link copied to clipboard
open
fun
float
(
)
:
Float
float
Or
Null
Link copied to clipboard
abstract
fun
floatOrNull
(
)
:
Float
?
has
Next
Link copied to clipboard
abstract
fun
hasNext
(
)
:
Boolean
int
Link copied to clipboard
open
fun
int
(
)
:
Int
int
Or
Null
Link copied to clipboard
abstract
fun
intOrNull
(
)
:
Int
?
long
Link copied to clipboard
open
fun
long
(
)
:
Long
long
Or
Null
Link copied to clipboard
abstract
fun
longOrNull
(
)
:
Long
?
obj
Link copied to clipboard
open
fun
obj
(
)
:
Deserializer.ObjectCtx
obj
Or
Null
Link copied to clipboard
abstract
fun
objOrNull
(
)
:
Deserializer.ObjectCtx
?
string
Link copied to clipboard
open
fun
string
(
)
:
String
string
Or
Null
Link copied to clipboard
abstract
fun
stringOrNull
(
)
:
String
?
Inheritors
ArrayIterator
Link copied to clipboard