com.fitbur.jackson.databind.ser.AnyGetterWriter Maven / Gradle / Ivy
package com.fitbur.jackson.databind.ser;
import java.util.Map;
import com.fitbur.jackson.core.*;
import com.fitbur.jackson.databind.*;
import com.fitbur.jackson.databind.introspect.AnnotatedMember;
import com.fitbur.jackson.databind.ser.std.MapSerializer;
/**
* Class similar to {@link BeanPropertyWriter}, but that will be used
* for serializing {@link com.fitbur.jackson.annotation.JsonAnyGetter} annotated
* (Map) properties
*/
public class AnyGetterWriter
{
protected final BeanProperty _property;
/**
* Method (or field) that represents the "any getter"
*/
protected final AnnotatedMember _accessor;
protected JsonSerializer
© 2015 - 2024 Weber Informatics LLC | Privacy Policy