Package org.apache.iceberg.rest
Class RESTSerializers.ErrorResponseDeserializer
- java.lang.Object
 - 
- com.fasterxml.jackson.databind.JsonDeserializer<ErrorResponse>
 - 
- org.apache.iceberg.rest.RESTSerializers.ErrorResponseDeserializer
 
 
 
- 
- All Implemented Interfaces:
 com.fasterxml.jackson.databind.deser.NullValueProvider
- Enclosing class:
 - RESTSerializers
 
public static class RESTSerializers.ErrorResponseDeserializer extends com.fasterxml.jackson.databind.JsonDeserializer<ErrorResponse>
 
- 
- 
Constructor Summary
Constructors Constructor Description ErrorResponseDeserializer() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ErrorResponsedeserialize(com.fasterxml.jackson.core.JsonParser p, com.fasterxml.jackson.databind.DeserializationContext context)- 
Methods inherited from class com.fasterxml.jackson.databind.JsonDeserializer
deserialize, deserializeWithType, deserializeWithType, findBackReference, getAbsentValue, getDelegatee, getEmptyAccessPattern, getEmptyValue, getEmptyValue, getKnownPropertyNames, getNullAccessPattern, getNullValue, getNullValue, getObjectIdReader, handledType, isCachable, logicalType, replaceDelegatee, supportsUpdate, unwrappingDeserializer 
 - 
 
 - 
 
- 
- 
Method Detail
- 
deserialize
public ErrorResponse deserialize(com.fasterxml.jackson.core.JsonParser p, com.fasterxml.jackson.databind.DeserializationContext context) throws java.io.IOException
- Specified by:
 deserializein classcom.fasterxml.jackson.databind.JsonDeserializer<ErrorResponse>- Throws:
 java.io.IOException
 
 - 
 
 -