Interface PropertyFilter


public interface PropertyFilter
A filter interface that can be used to determine whether a property should be included or not.
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    isPropertyIncluded(String propertyName)
    Decides if the property should be included.
  • Method Details

    • isPropertyIncluded

      boolean isPropertyIncluded(String propertyName)
      Decides if the property should be included.
      Parameters:
      propertyName - the name of the property
      Returns:
      if the property should be included