toggle menu
flatInvoker
common
switch theme
search in API
flatinvoker-core
/
dev.shibasis.flatinvoker.core.serialization.util
/
CompositePosition
Composite
Position
class
CompositePosition
(
var
type
:
Int
=
COMPOSITE_MAP
,
var
position
:
Long
=
0
,
var
fieldName
:
String
?
=
null
,
var
idx
:
Int
=
0
)
Members
Constructors
Composite
Position
Link copied to clipboard
constructor
(
type
:
Int
=
COMPOSITE_MAP
,
position
:
Long
=
0
,
fieldName
:
String
?
=
null
,
idx
:
Int
=
0
)
Properties
field
Name
Link copied to clipboard
var
fieldName
:
String
?
idx
Link copied to clipboard
var
idx
:
Int
position
Link copied to clipboard
var
position
:
Long
type
Link copied to clipboard
var
type
:
Int