Package pro.projo.jackson
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
-
Field Summary
-
Constructor Summary
Constructors Constructor Description ProjoJacksonValueInstantiators() -
Method Summary
Modifier and Type Method Description com.fasterxml.jackson.databind.deser.ValueInstantiatorfindValueInstantiator(com.fasterxml.jackson.databind.DeserializationConfig configuration, com.fasterxml.jackson.databind.BeanDescription beanDescription, com.fasterxml.jackson.databind.deser.ValueInstantiator defaultInstantiator)
-
Constructor Details
-
ProjoJacksonValueInstantiators
public ProjoJacksonValueInstantiators()
-
-
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:
findValueInstantiatorin interfacecom.fasterxml.jackson.databind.deser.ValueInstantiators- Overrides:
findValueInstantiatorin classcom.fasterxml.jackson.databind.module.SimpleValueInstantiators
-