Class ObjectMapperConfigured
- java.lang.Object
-
- java.util.EventObject
-
- org.springframework.context.ApplicationEvent
-
- springfox.documentation.schema.configuration.ObjectMapperConfigured
-
- All Implemented Interfaces:
java.io.Serializable
public class ObjectMapperConfigured extends org.springframework.context.ApplicationEvent
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ObjectMapperConfigured(java.lang.Object source, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Create a new ApplicationEvent.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.databind.ObjectMapper
getObjectMapper()
-
-
-
Constructor Detail
-
ObjectMapperConfigured
public ObjectMapperConfigured(java.lang.Object source, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Create a new ApplicationEvent.- Parameters:
source
- the component that published the event (nevernull
)objectMapper
- object mapper to send to event consumers
-
-