toggle menu
schema-kenerator-reflection
1.0.1
jvm
switch theme
search in API
schema-kenerator-reflection
/
io.github.smiley4.schemakenerator.reflection
/
ReflectionTypeProcessingStepConfig
/
customProcessors
custom
Processors
fun
customProcessors
(
processors
:
Map
<
KClass
<
*
>
,
(
)
->
BaseTypeData
>
)
Add custom processors for given type that overwrites the default behaviour
var
customProcessors
:
MutableMap
<
KClass
<
*
>
,
(
)
->
BaseTypeData
>