JsonMixinModuleEntries

Provide the mapping of json mixin class to consider.

Author

Stephane Nicoll

Since

3.0.0

Types

Link copied to clipboard
open class Builder

Functions

Link copied to clipboard
Create an instance using the specified Builder.
Link copied to clipboard
open fun doWithEntry(classLoader: ClassLoader, action: BiConsumer<Class<out Any>, Class<out Any>>)
Perform an action on each entry defined by this instance.
Link copied to clipboard
open fun scan(context: ApplicationContext, basePackages: Collection<String>): JsonMixinModuleEntries
Scan the classpath for @JsonMixin in the specified basePackages.