parquet.org.codehaus.jackson.map.deser.ContainerDeserializer Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of hive-apache Show documentation
Show all versions of hive-apache Show documentation
Shaded version of Apache Hive for Presto
package com.facebook.presto.hive.$internal.org.codehaus.jackson.map.deser;
/**
* @deprecated Since 1.9, use {@link com.facebook.presto.hive.$internal.org.codehaus.jackson.map.deser.std.ContainerDeserializerBase} instead.
*/
@Deprecated
public abstract class ContainerDeserializer
extends com.facebook.presto.hive.$internal.org.codehaus.jackson.map.deser.std.ContainerDeserializerBase
{
protected ContainerDeserializer(Class> selfType)
{
super(selfType);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy