elasticmagic-kt
0.0.30
elasticmagic
/
dev.evo.elasticmagic.compile
/
ActionMetaCompiler
Action
Meta
Compiler
class
ActionMetaCompiler
(
val
features
:
ElasticsearchFeatures
)
:
BaseCompiler
Constructors
Functions
Properties
Constructors
Action
Meta
Compiler
Link copied to clipboard
fun
ActionMetaCompiler
(
features
:
ElasticsearchFeatures
)
Functions
compile
Link copied to clipboard
fun
compile
(
serializer
:
Serializer
,
input
:
Action
<
*
>
)
:
Serializer.ObjectCtx
dispatch
Link copied to clipboard
open
fun
dispatch
(
ctx
:
Serializer.ArrayCtx
,
value
:
Any
?
)
open
fun
dispatch
(
ctx
:
Serializer.ObjectCtx
,
name
:
String
,
value
:
Any
?
)
visit
Link copied to clipboard
fun
visit
(
ctx
:
Serializer.ArrayCtx
,
values
:
Array
<
*
>
)
fun
visit
(
ctx
:
Serializer.ArrayCtx
,
values
:
List
<
*
>
)
fun
visit
(
ctx
:
Serializer.ObjectCtx
,
params
:
Map
<
*
,
*
>
)
Properties
features
Link copied to clipboard
val
features
:
ElasticsearchFeatures