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
    • Constructor Detail

      • OsgiJacksonModule

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

      • getModuleName

        public 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