Package cronapi

Class SecurityBeanFilter

java.lang.Object
com.fasterxml.jackson.databind.ser.impl.SimpleBeanPropertyFilter
cronapi.SecurityBeanFilter
All Implemented Interfaces:
com.fasterxml.jackson.databind.ser.BeanPropertyFilter, com.fasterxml.jackson.databind.ser.PropertyFilter

public class SecurityBeanFilter 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
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    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)
     
    static boolean
    includeProperty(Class clazzToCheck, String key, String method)
     

    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, serializeAsField

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • SecurityBeanFilter

      public SecurityBeanFilter()
  • Method Details

    • includeProperty

      public static boolean includeProperty(Class clazzToCheck, String key, String method)
    • 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