Package com.openai.core
        Class BaseDeserializer
- 
                    
                    - All Implemented Interfaces:
- 
                            
                            com.fasterxml.jackson.databind.deser.ContextualDeserializer,com.fasterxml.jackson.databind.deser.NullValueProvider,com.fasterxml.jackson.databind.deser.ValueInstantiator.Gettable,java.io.Serializable
 
 public abstract class BaseDeserializer<T extends Object> extends StdDeserializer<T> implements ContextualDeserializer 
- 
                
                    
                    - 
                                
                            
                                Constructor SummaryConstructors Constructor Description BaseDeserializer(KClass<T> type)
 - 
                                
                            
                                Method SummaryModifier and Type Method Description JsonDeserializer<T>createContextual(DeserializationContext context, BeanProperty property)Tdeserialize(JsonParser parser, DeserializationContext context)- 
                                            
                                        
                                            Methods inherited from class com.fasterxml.jackson.databind.JsonDeserializerdeserialize, deserializeWithType, findBackReference, getAbsentValue, getDelegatee, getEmptyAccessPattern, getEmptyValue, getEmptyValue, getKnownPropertyNames, getNullAccessPattern, getNullValue, getNullValue, getObjectIdReader, isCachable, logicalType, replaceDelegatee, supportsUpdate, unwrappingDeserializer
- 
                                            
                                        
                                            Methods inherited from class com.fasterxml.jackson.databind.deser.std.StdDeserializerdeserializeWithType, getValueClass, getValueInstantiator, getValueType, getValueType, handledType
- 
                                        
                                    
                                        Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
                    
                    
                    - 
                                
                            
                                Method Detail- 
                                        createContextualJsonDeserializer<T> createContextual(DeserializationContext context, BeanProperty property) 
 - 
                                        deserializeT deserialize(JsonParser parser, DeserializationContext context) 
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                                            
                                        
                                            
 
-