com.fasterxml.jackson.annotation.JacksonInject
in the constructor parameters or the class members ask for injecting a matching OSGI services.
Use the com.fasterxml.jackson.annotation.JacksonInject#value()
to specify an OSGI filter to select more accurately the OSGI services.
Null is injected when no matching OSGI service is registered.
Modifier and Type | Field and Description |
---|---|
private final BundleContext |
Access | Constructor and Description |
---|---|
public |
Modifier and Type | Method and Description |
---|---|
public Object | findInjectableValue(Object
Object that identifies value to inject; may be a simple
name or more complex identifier object, whatever provider needs valueId, DeserializationContext Deserialization context ctxt, BeanProperty Bean property in which value is to be injected forProperty, Object Bean instance that contains property to inject,
if available; null if bean has not yet been constructed. beanInstance)Implements abstract com. Method called to find value identified by id |
private Object | |
private String | |
private static String |
bundleContext | back to summary |
---|---|
private final BundleContext bundleContext |
OsgiInjectableValues | back to summary |
---|---|
public OsgiInjectableValues(BundleContext bundleContext) |
findInjectableValue | back to summary |
---|---|
public Object findInjectableValue(Object valueId, DeserializationContext ctxt, BeanProperty forProperty, Object beanInstance) Implements abstract com. Doc from com. Method called to find value identified by id
|
findService | back to summary |
---|---|
private Object findService(String type, String filter) |
serviceFilter | back to summary |
---|---|
private String serviceFilter(Object valueId) |
serviceType | back to summary |
---|---|
private static String serviceType(BeanProperty forProperty) |