类 ObjectMapperConfigurer

java.lang.Object
springfox.documentation.spring.web.ObjectMapperConfigurer
所有已实现的接口:
org.springframework.beans.factory.Aware, org.springframework.beans.factory.config.BeanPostProcessor, org.springframework.context.ApplicationEventPublisherAware

public class ObjectMapperConfigurer extends Object implements org.springframework.beans.factory.config.BeanPostProcessor, org.springframework.context.ApplicationEventPublisherAware
  • 构造器详细资料

    • ObjectMapperConfigurer

      public ObjectMapperConfigurer()
  • 方法详细资料

    • postProcessBeforeInitialization

      public Object postProcessBeforeInitialization(Object bean, String beanName) throws org.springframework.beans.BeansException
      指定者:
      postProcessBeforeInitialization 在接口中 org.springframework.beans.factory.config.BeanPostProcessor
      抛出:
      org.springframework.beans.BeansException
    • postProcessAfterInitialization

      public Object postProcessAfterInitialization(Object bean, String beanName) throws org.springframework.beans.BeansException
      指定者:
      postProcessAfterInitialization 在接口中 org.springframework.beans.factory.config.BeanPostProcessor
      抛出:
      org.springframework.beans.BeansException
    • setApplicationEventPublisher

      public void setApplicationEventPublisher(org.springframework.context.ApplicationEventPublisher applicationEventPublisher)
      指定者:
      setApplicationEventPublisher 在接口中 org.springframework.context.ApplicationEventPublisherAware