Class BeanPropertiesFilter.AllProperties

java.lang.Object
org.alfresco.rest.framework.jacksonextensions.BeanPropertiesFilter
org.alfresco.rest.framework.jacksonextensions.BeanPropertiesFilter.AllProperties
Enclosing class:
BeanPropertiesFilter

public static class BeanPropertiesFilter.AllProperties extends BeanPropertiesFilter
Default All properties filter
Author:
Gethin James
  • Constructor Details

    • AllProperties

      public AllProperties()
  • Method Details

    • isAllowed

      public boolean isAllowed(String propertyName)
      Description copied from class: BeanPropertiesFilter
      Indicates if the given property name is permitted to be used ie. is not filtered out
      Overrides:
      isAllowed in class BeanPropertiesFilter
      Parameters:
      propertyName - - bean property name
      Returns:
      true - if the property is allowed to be used.