and

open fun and(typeClassName: String, mixinClassName: String): JsonMixinModuleEntries.Builder

Add a mapping for the specified class names.

Return

this, to facilitate method chaining

Parameters

typeClassName

the type class name

mixinClassName

the mixin class name


open fun and(type: Class<out Any>, mixinClass: Class<out Any>): JsonMixinModuleEntries.Builder

Add a mapping for the specified classes.

Return

this, to facilitate method chaining

Parameters

type

the type class

mixinClass

the mixin class