Uses of Class
org.springframework.boot.jackson.JsonMixinModuleEntries
Package
Description
Custom enhancements and support for the Jackson project.
-
Uses of JsonMixinModuleEntries in org.springframework.boot.jackson
Modifier and TypeMethodDescriptionstatic JsonMixinModuleEntries
JsonMixinModuleEntries.create
(Consumer<JsonMixinModuleEntries.Builder> mixins) Create an instance using the specifiedJsonMixinModuleEntries.Builder
.static JsonMixinModuleEntries
JsonMixinModuleEntries.scan
(ApplicationContext context, Collection<String> basePackages) Scan the classpath for@JsonMixin
in the specifiedbasePackages
.Modifier and TypeMethodDescriptionvoid
JsonMixinModule.registerEntries
(JsonMixinModuleEntries entries, ClassLoader classLoader) Register the specifiedentries
.