Uses of Class
org.springframework.boot.jackson.JacksonMixinModuleEntries
Packages that use JacksonMixinModuleEntries
Package
Description
Custom enhancements and support for the Jackson project.
-
Uses of JacksonMixinModuleEntries in org.springframework.boot.jackson
Methods in org.springframework.boot.jackson that return JacksonMixinModuleEntriesModifier and TypeMethodDescriptionstatic JacksonMixinModuleEntriesJacksonMixinModuleEntries.create(Consumer<JacksonMixinModuleEntries.Builder> mixins) Create an instance using the specifiedJacksonMixinModuleEntries.Builder.static JacksonMixinModuleEntriesJacksonMixinModuleEntries.scan(ApplicationContext context, Collection<String> basePackages) Scan the classpath for@JacksonMixinin the specifiedbasePackages.Methods in org.springframework.boot.jackson with parameters of type JacksonMixinModuleEntriesModifier and TypeMethodDescriptionvoidJacksonMixinModule.registerEntries(JacksonMixinModuleEntries entries, @Nullable ClassLoader classLoader) Register the specifiedentries.