Class TripleInstantiators
java.lang.Object
com.fasterxml.jackson.databind.deser.ValueInstantiators.Base
com.fasterxml.jackson.datatype.eclipsecollections.deser.pair.TripleInstantiators
- All Implemented Interfaces:
com.fasterxml.jackson.databind.deser.ValueInstantiators
public class TripleInstantiators
extends com.fasterxml.jackson.databind.deser.ValueInstantiators.Base
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from interface com.fasterxml.jackson.databind.deser.ValueInstantiators
com.fasterxml.jackson.databind.deser.ValueInstantiators.Base
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.deser.ValueInstantiator
findValueInstantiator
(com.fasterxml.jackson.databind.DeserializationConfig config, com.fasterxml.jackson.databind.BeanDescription beanDesc, com.fasterxml.jackson.databind.deser.ValueInstantiator defaultInstantiator)
-
Constructor Details
-
TripleInstantiators
public TripleInstantiators()
-
-
Method Details
-
findValueInstantiator
public com.fasterxml.jackson.databind.deser.ValueInstantiator findValueInstantiator(com.fasterxml.jackson.databind.DeserializationConfig config, com.fasterxml.jackson.databind.BeanDescription beanDesc, com.fasterxml.jackson.databind.deser.ValueInstantiator defaultInstantiator) - Specified by:
findValueInstantiator
in interfacecom.fasterxml.jackson.databind.deser.ValueInstantiators
- Overrides:
findValueInstantiator
in classcom.fasterxml.jackson.databind.deser.ValueInstantiators.Base
-