Class GuiceInjectableValues


  • public class GuiceInjectableValues
    extends com.fasterxml.jackson.databind.InjectableValues
    • Nested Class Summary

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

        com.fasterxml.jackson.databind.InjectableValues.Std
    • Constructor Summary

      Constructors 
      Constructor Description
      GuiceInjectableValues​(com.google.inject.Injector injector)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method 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)  
      • Methods inherited from class java.lang.Object

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

      • GuiceInjectableValues

        public GuiceInjectableValues​(com.google.inject.Injector injector)
    • Method Detail

      • findInjectableValue

        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)
        Specified by:
        findInjectableValue in class com.fasterxml.jackson.databind.InjectableValues