parquet.org.codehaus.jackson.map.ser.impl.UnwrappingBeanPropertyWriter Maven / Gradle / Ivy
package com.facebook.presto.hive.$internal.org.codehaus.jackson.map.ser.impl;
import com.facebook.presto.hive.$internal.org.codehaus.jackson.JsonGenerator;
import com.facebook.presto.hive.$internal.org.codehaus.jackson.map.JsonMappingException;
import com.facebook.presto.hive.$internal.org.codehaus.jackson.map.JsonSerializer;
import com.facebook.presto.hive.$internal.org.codehaus.jackson.map.SerializerProvider;
import com.facebook.presto.hive.$internal.org.codehaus.jackson.map.ser.*;
import com.facebook.presto.hive.$internal.org.codehaus.jackson.type.JavaType;
/**
* Variant of {@link BeanPropertyWriter} which will handle unwrapping
* of JSON Object (including of properties of Object within surrounding
* JSON object, and not as sub-object).
*
* @since 1.9
*/
public class UnwrappingBeanPropertyWriter
extends BeanPropertyWriter
{
public UnwrappingBeanPropertyWriter(BeanPropertyWriter base) {
super(base);
}
public UnwrappingBeanPropertyWriter(BeanPropertyWriter base, JsonSerializer © 2015 - 2025 Weber Informatics LLC | Privacy Policy