elasticmagic-kt
0.0.30
elasticmagic
/
dev.evo.elasticmagic.doc
/
MetaFields
/
BaseMetaField
/
BaseMetaField
Base
Meta
Field
fun
<
V
,
B
:
MappingField
<
V
>
>
BaseMetaField
(
name
:
String
,
type
:
FieldType
<
V
,
V
>
,
params
:
Params
=
Params()
,
boundFieldFactory
:
(
String
,
Params
,
MetaFields
)
->
B
)