Class JacksonInjectableValueSupplier

  • All Implemented Interfaces:
    java.io.Serializable

    public class JacksonInjectableValueSupplier
    extends com.fasterxml.jackson.databind.InjectableValues.Std
    Since:
    6.6.0
    See Also:
    Serialized Form
    • Nested Class Summary

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

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

      • Fields inherited from class com.fasterxml.jackson.databind.InjectableValues.Std

        _values
    • Constructor Summary

      Constructors 
      Constructor Description
      JacksonInjectableValueSupplier​(java.util.function.Supplier<? extends java.util.Map<java.lang.String,​java.lang.Object>> valueSupplier)  
    • 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 beanProperty, java.lang.Object beanInstance)  
      • Methods inherited from class com.fasterxml.jackson.databind.InjectableValues.Std

        addValue, addValue
      • Methods inherited from class java.lang.Object

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

      • JacksonInjectableValueSupplier

        public JacksonInjectableValueSupplier​(java.util.function.Supplier<? extends java.util.Map<java.lang.String,​java.lang.Object>> valueSupplier)
    • Method Detail

      • findInjectableValue

        public java.lang.Object findInjectableValue​(java.lang.Object valueId,
                                                    com.fasterxml.jackson.databind.DeserializationContext ctxt,
                                                    com.fasterxml.jackson.databind.BeanProperty beanProperty,
                                                    java.lang.Object beanInstance)
        Overrides:
        findInjectableValue in class com.fasterxml.jackson.databind.InjectableValues.Std