类 ObjectMapperConfigured

java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
springfox.documentation.schema.configuration.ObjectMapperConfigured
所有已实现的接口:
Serializable

public class ObjectMapperConfigured extends org.springframework.context.ApplicationEvent
另请参阅:
  • 构造器详细资料

    • ObjectMapperConfigured

      public ObjectMapperConfigured(Object source, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
      Create a new ApplicationEvent.
      参数:
      source - the component that published the event (never null)
      objectMapper - object mapper to send to event consumers
  • 方法详细资料

    • getObjectMapper

      public com.fasterxml.jackson.databind.ObjectMapper getObjectMapper()