Class ExplicitlySetFilter

  • All Implemented Interfaces:
    com.fasterxml.jackson.databind.ser.BeanPropertyFilter, com.fasterxml.jackson.databind.ser.PropertyFilter

    public class ExplicitlySetFilter
    extends com.fasterxml.jackson.databind.ser.impl.SimpleBeanPropertyFilter
    • Nested Class Summary

      • Nested classes/interfaces inherited from class com.fasterxml.jackson.databind.ser.impl.SimpleBeanPropertyFilter

        com.fasterxml.jackson.databind.ser.impl.SimpleBeanPropertyFilter.FilterExceptFilter, com.fasterxml.jackson.databind.ser.impl.SimpleBeanPropertyFilter.SerializeExceptFilter
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected boolean include​(com.fasterxml.jackson.databind.ser.BeanPropertyWriter writer)  
      protected boolean include​(com.fasterxml.jackson.databind.ser.PropertyWriter writer)  
      void serializeAsField​(Object pojo, com.fasterxml.jackson.core.JsonGenerator jgen, com.fasterxml.jackson.databind.SerializerProvider provider, com.fasterxml.jackson.databind.ser.PropertyWriter writer)  
      • Methods inherited from class com.fasterxml.jackson.databind.ser.impl.SimpleBeanPropertyFilter

        depositSchemaProperty, depositSchemaProperty, depositSchemaProperty, depositSchemaProperty, filterOutAll, filterOutAllExcept, filterOutAllExcept, from, includeElement, serializeAll, serializeAll, serializeAllExcept, serializeAllExcept, serializeAsElement, serializeAsField
    • Method Detail

      • serializeAsField

        public void serializeAsField​(Object pojo,
                                     com.fasterxml.jackson.core.JsonGenerator jgen,
                                     com.fasterxml.jackson.databind.SerializerProvider provider,
                                     com.fasterxml.jackson.databind.ser.PropertyWriter writer)
                              throws Exception
        Specified by:
        serializeAsField in interface com.fasterxml.jackson.databind.ser.PropertyFilter
        Overrides:
        serializeAsField in class com.fasterxml.jackson.databind.ser.impl.SimpleBeanPropertyFilter
        Throws:
        Exception
      • include

        protected boolean include​(com.fasterxml.jackson.databind.ser.BeanPropertyWriter writer)
        Overrides:
        include in class com.fasterxml.jackson.databind.ser.impl.SimpleBeanPropertyFilter
      • include

        protected boolean include​(com.fasterxml.jackson.databind.ser.PropertyWriter writer)
        Overrides:
        include in class com.fasterxml.jackson.databind.ser.impl.SimpleBeanPropertyFilter