elasticmagic-kt
0.0.30
elasticmagic
/
dev.evo.elasticmagic.doc
/
FieldSet
/
JoinField
Join
Field
class
JoinField
(
val
name
:
String
?
,
val
type
:
JoinType
,
val
relations
:
Map
<
String
,
List
<
String
>
>
,
val
params
:
Params
)
Constructors
Functions
Properties
Constructors
Join
Field
Link copied to clipboard
fun
JoinField
(
name
:
String
?
,
type
:
JoinType
,
relations
:
Map
<
String
,
List
<
String
>
>
,
params
:
Params
)
Functions
provide
Delegate
Link copied to clipboard
operator
fun
provideDelegate
(
thisRef
:
BaseDocument
,
prop
:
KProperty
<
*
>
)
:
ReadOnlyProperty
<
BaseDocument
,
BoundJoinField
>
Properties
name
Link copied to clipboard
val
name
:
String
?
params
Link copied to clipboard
val
params
:
Params
relations
Link copied to clipboard
val
relations
:
Map
<
String
,
List
<
String
>
>
type
Link copied to clipboard
val
type
:
JoinType