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
-
-
Constructor Summary
Constructors Constructor Description SecurityBeanFilter()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleaninclude(com.fasterxml.jackson.databind.ser.BeanPropertyWriter writer)protected booleaninclude(com.fasterxml.jackson.databind.ser.PropertyWriter writer)static booleanincludeProperty(Class clazzToCheck, String key, String method)-
Methods inherited from class com.fasterxml.jackson.databind.ser.impl.SimpleBeanPropertyFilter
depositSchemaProperty, depositSchemaProperty, depositSchemaProperty, depositSchemaProperty, filterOutAllExcept, filterOutAllExcept, from, includeElement, serializeAll, serializeAll, serializeAllExcept, serializeAllExcept, serializeAsElement, serializeAsField, serializeAsField
-
-
-
-
Method Detail
-
includeProperty
public static boolean includeProperty(Class clazzToCheck, String key, String method)
-
include
protected boolean include(com.fasterxml.jackson.databind.ser.BeanPropertyWriter writer)
- Overrides:
includein classcom.fasterxml.jackson.databind.ser.impl.SimpleBeanPropertyFilter
-
include
protected boolean include(com.fasterxml.jackson.databind.ser.PropertyWriter writer)
- Overrides:
includein classcom.fasterxml.jackson.databind.ser.impl.SimpleBeanPropertyFilter
-
-