Class JsonMixinModule

All Implemented Interfaces:
com.fasterxml.jackson.core.Versioned, Serializable

@Deprecated(since="4.0.0", forRemoval=true) public class JsonMixinModule extends SimpleModule
Deprecated, for removal: This API element is subject to removal in a future version.
since 4.0.0 for removal in 4.3.0 in favor of Jackson 3 and JacksonMixinModule
Spring Bean and Jackson Module to find and register @JsonMixin-annotated classes.
Since:
4.0.0
Author:
Guirong Hu, Stephane Nicoll
See Also:
  • Constructor Details

    • JsonMixinModule

      public JsonMixinModule()
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details

    • registerEntries

      public void registerEntries(JsonMixinModuleEntries entries, @Nullable ClassLoader classLoader)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Register the specified entries.
      Parameters:
      entries - the entries to register to this instance
      classLoader - the classloader to use