public class GuiceInjectableValues
extends com.fasterxml.jackson.databind.InjectableValues
| Modifier and Type | Field and Description |
|---|---|
private com.google.inject.Injector |
injector |
| Constructor and Description |
|---|
GuiceInjectableValues(com.google.inject.Injector injector) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
findInjectableValue(java.lang.Object valueId,
com.fasterxml.jackson.databind.DeserializationContext ctxt,
com.fasterxml.jackson.databind.BeanProperty forProperty,
java.lang.Object beanInstance) |
public GuiceInjectableValues(com.google.inject.Injector injector)
public java.lang.Object findInjectableValue(java.lang.Object valueId,
com.fasterxml.jackson.databind.DeserializationContext ctxt,
com.fasterxml.jackson.databind.BeanProperty forProperty,
java.lang.Object beanInstance)
findInjectableValue in class com.fasterxml.jackson.databind.InjectableValues