Class JsonComponentModule

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

@Deprecated(since="4.0.0", forRemoval=true) public class JsonComponentModule extends SimpleModule implements BeanFactoryAware, InitializingBean
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 JacksonComponentModule.
Spring Bean and Jackson Module to register @JsonComponent annotated beans.
Since:
4.0.0
Author:
Phillip Webb, Paul Aly
See Also:
  • Constructor Details

    • JsonComponentModule

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

    • setBeanFactory

      public void setBeanFactory(BeanFactory beanFactory) throws BeansException
      Deprecated, for removal: This API element is subject to removal in a future version.
      Specified by:
      setBeanFactory in interface BeanFactoryAware
      Throws:
      BeansException
    • afterPropertiesSet

      public void afterPropertiesSet()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Specified by:
      afterPropertiesSet in interface InitializingBean
    • registerJsonComponents

      public void registerJsonComponents()
      Deprecated, for removal: This API element is subject to removal in a future version.