Class ProjoJacksonValueInstantiators

java.lang.Object
com.fasterxml.jackson.databind.deser.ValueInstantiators.Base
com.fasterxml.jackson.databind.module.SimpleValueInstantiators
pro.projo.jackson.ProjoJacksonValueInstantiators
All Implemented Interfaces:
com.fasterxml.jackson.databind.deser.ValueInstantiators, Serializable

public class ProjoJacksonValueInstantiators
extends com.fasterxml.jackson.databind.module.SimpleValueInstantiators
See Also:
Serialized Form
  • Nested Class Summary

    Nested classes/interfaces inherited from interface com.fasterxml.jackson.databind.deser.ValueInstantiators

    com.fasterxml.jackson.databind.deser.ValueInstantiators.Base
  • Field Summary

    Fields inherited from class com.fasterxml.jackson.databind.module.SimpleValueInstantiators

    _classMappings
  • Constructor Summary

    Constructors 
    Constructor Description
    ProjoJacksonValueInstantiators()  
  • Method Summary

    Modifier and Type Method Description
    com.fasterxml.jackson.databind.deser.ValueInstantiator findValueInstantiator​(com.fasterxml.jackson.databind.DeserializationConfig configuration, com.fasterxml.jackson.databind.BeanDescription beanDescription, com.fasterxml.jackson.databind.deser.ValueInstantiator defaultInstantiator)  

    Methods inherited from class com.fasterxml.jackson.databind.module.SimpleValueInstantiators

    addValueInstantiator

    Methods inherited from class java.lang.Object

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

  • Method Details

    • findValueInstantiator

      public com.fasterxml.jackson.databind.deser.ValueInstantiator findValueInstantiator​(com.fasterxml.jackson.databind.DeserializationConfig configuration, com.fasterxml.jackson.databind.BeanDescription beanDescription, com.fasterxml.jackson.databind.deser.ValueInstantiator defaultInstantiator)
      Specified by:
      findValueInstantiator in interface com.fasterxml.jackson.databind.deser.ValueInstantiators
      Overrides:
      findValueInstantiator in class com.fasterxml.jackson.databind.module.SimpleValueInstantiators