Class ObjectMapperConfigured

  • All Implemented Interfaces:
    java.io.Serializable

    public class ObjectMapperConfigured
    extends org.springframework.context.ApplicationEvent
    See Also:
    Serialized Form
    • Field Summary

      • Fields inherited from class java.util.EventObject

        source
    • 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()  
      • Methods inherited from class org.springframework.context.ApplicationEvent

        getTimestamp
      • Methods inherited from class java.util.EventObject

        getSource, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • 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 (never null)
        objectMapper - object mapper to send to event consumers
    • Method Detail

      • getObjectMapper

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