JsonMixinModuleEntries
class JsonMixinModuleEntries
Provide the mapping of json mixin class to consider.
Author
Stephane Nicoll
Since
3.0.0
Types
Link copied to clipboard
Builder for JsonMixinModuleEntries.
Functions
Link copied to clipboard
Create an instance using the specified Builder.
Link copied to clipboard
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
.