类 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
- 另请参阅:
-
字段概要
从类继承的字段 java.util.EventObject
source -
构造器概要
构造器构造器说明ObjectMapperConfigured(Object source, com.fasterxml.jackson.databind.ObjectMapper objectMapper) Create a new ApplicationEvent. -
方法概要
从类继承的方法 org.springframework.context.ApplicationEvent
getTimestamp从类继承的方法 java.util.EventObject
getSource, toString
-
构造器详细资料
-
ObjectMapperConfigured
public ObjectMapperConfigured(Object source, com.fasterxml.jackson.databind.ObjectMapper objectMapper) Create a new ApplicationEvent.- 参数:
source- the component that published the event (nevernull)objectMapper- object mapper to send to event consumers
-
-
方法详细资料
-
getObjectMapper
public com.fasterxml.jackson.databind.ObjectMapper getObjectMapper()
-