public class OsgiJacksonModule
extends com.fasterxml.jackson.databind.Module
InjectableValues) implementation
by calling ObjectMapper.setInjectableValues(com.fasterxml.jackson.databind.InjectableValues).OsgiInjectableValues| Modifier and Type | Field and Description |
|---|---|
private org.osgi.framework.BundleContext |
bundleContext |
| Constructor and Description |
|---|
OsgiJacksonModule(org.osgi.framework.BundleContext bundleContext) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getModuleName() |
void |
setupModule(com.fasterxml.jackson.databind.Module.SetupContext context) |
com.fasterxml.jackson.core.Version |
version() |
public OsgiJacksonModule(org.osgi.framework.BundleContext bundleContext)
public java.lang.String getModuleName()
getModuleName in class com.fasterxml.jackson.databind.Modulepublic com.fasterxml.jackson.core.Version version()
version in interface com.fasterxml.jackson.core.Versionedversion in class com.fasterxml.jackson.databind.Modulepublic void setupModule(com.fasterxml.jackson.databind.Module.SetupContext context)
setupModule in class com.fasterxml.jackson.databind.Module