avalon
Toggle table of contents
0.0.1-SNAPSHOT
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
avalon
avalon-dataset-model
/
io.github.lishangbu.avalon.dataset.entity
/
MoveFetcherDsl
/
type
type
fun
type
(
enabled
:
Boolean
=
true
)
fun
type
(
idOnlyFetchType
:
IdOnlyFetchType
)
fun
type
(
childFetcher
:
Fetcher
<
Type
>
)
fun
type
(
childFetcher
:
Fetcher
<
Type
>
,
cfgBlock
:
KReferenceFieldDsl
<
Type
>
.
(
)
->
Unit
?
)
fun
type
(
childBlock
:
TypeFetcherDsl
.
(
)
->
Unit
)
fun
type
(
cfgBlock
:
KReferenceFieldDsl
<
Type
>
.
(
)
->
Unit
?
,
childBlock
:
TypeFetcherDsl
.
(
)
->
Unit
)
fun
type
(
enabled
:
Boolean
,
childFetcher
:
Fetcher
<
Type
>
)
fun
type
(
enabled
:
Boolean
,
childFetcher
:
Fetcher
<
Type
>
,
cfgBlock
:
KReferenceFieldDsl
<
Type
>
.
(
)
->
Unit
?
)
fun
type
(
enabled
:
Boolean
,
childBlock
:
TypeFetcherDsl
.
(
)
->
Unit
)
fun
type
(
enabled
:
Boolean
,
cfgBlock
:
KReferenceFieldDsl
<
Type
>
.
(
)
->
Unit
?
,
childBlock
:
TypeFetcherDsl
.
(
)
->
Unit
)
fun
type
(
fetchType
:
ReferenceFetchType
,
childFetcher
:
Fetcher
<
Type
>
)
fun
type
(
fetchType
:
ReferenceFetchType
,
childBlock
:
TypeFetcherDsl
.
(
)
->
Unit
)