Class OsgiJacksonModule

  • All Implemented Interfaces:
    com.fasterxml.jackson.core.Versioned

    public class OsgiJacksonModule
    extends com.fasterxml.jackson.databind.Module
    A Jackson Module to inject OSGI services in deserialized objects. Note that registration will replace possibly exsting value injector (InjectableValues) implementation by calling ObjectMapper.setInjectableValues(com.fasterxml.jackson.databind.InjectableValues).
    See Also:
    OsgiInjectableValues
    • Nested Class Summary

      • Nested classes/interfaces inherited from class com.fasterxml.jackson.databind.Module

        com.fasterxml.jackson.databind.Module.SetupContext
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private org.osgi.framework.BundleContext bundleContext  
    • Constructor Summary

      Constructors 
      Constructor Description
      OsgiJacksonModule​(org.osgi.framework.BundleContext bundleContext)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getModuleName()  
      void setupModule​(com.fasterxml.jackson.databind.Module.SetupContext context)  
      com.fasterxml.jackson.core.Version version()  
      • Methods inherited from class com.fasterxml.jackson.databind.Module

        getDependencies, getTypeId
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • bundleContext

        private final org.osgi.framework.BundleContext bundleContext
    • Constructor Detail

      • OsgiJacksonModule

        public OsgiJacksonModule​(org.osgi.framework.BundleContext bundleContext)
    • Method Detail

      • getModuleName

        public java.lang.String getModuleName()
        Specified by:
        getModuleName in class com.fasterxml.jackson.databind.Module
      • version

        public com.fasterxml.jackson.core.Version version()
        Specified by:
        version in interface com.fasterxml.jackson.core.Versioned
        Specified by:
        version in class com.fasterxml.jackson.databind.Module
      • setupModule

        public void setupModule​(com.fasterxml.jackson.databind.Module.SetupContext context)
        Specified by:
        setupModule in class com.fasterxml.jackson.databind.Module