scan

open fun scan(context: ApplicationContext, basePackages: Collection<String>): JsonMixinModuleEntries

Scan the classpath for @JsonMixin in the specified basePackages.

Return

an instance with the result of the scanning

Parameters

context

the application context to use

basePackages

the base packages to consider