Uses of Class
org.springframework.boot.jackson2.JsonMixinModuleEntries
Packages that use JsonMixinModuleEntries
Package
Description
Custom enhancements and support for Jackson 2.
-
Uses of JsonMixinModuleEntries in org.springframework.boot.jackson2
Methods in org.springframework.boot.jackson2 that return JsonMixinModuleEntriesModifier and TypeMethodDescriptionstatic JsonMixinModuleEntriesJsonMixinModuleEntries.create(Consumer<JsonMixinModuleEntries.Builder> mixins) Deprecated, for removal: This API element is subject to removal in a future version.Create an instance using the specifiedJsonMixinModuleEntries.Builder.static JsonMixinModuleEntriesJsonMixinModuleEntries.scan(ApplicationContext context, Collection<String> basePackages) Deprecated, for removal: This API element is subject to removal in a future version.Scan the classpath for@JsonMixinin the specifiedbasePackages.Methods in org.springframework.boot.jackson2 with parameters of type JsonMixinModuleEntriesModifier and TypeMethodDescriptionvoidJsonMixinModule.registerEntries(JsonMixinModuleEntries entries, @Nullable ClassLoader classLoader) Deprecated, for removal: This API element is subject to removal in a future version.Register the specifiedentries.