Interface FieldFilter

All Known Implementing Classes:
BasicFiledFilter

public interface FieldFilter
allow to control read/write access to field
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    canRead(Field field)
    NOT Implemented YET
    boolean
    canUse(Field field)
    NOT Implemented YET
    boolean
    canUse(Field field, Method method)
    Can the field be used
    boolean
    canWrite(Field field)
    NOT Implemented YET
  • Method Details

    • canUse

      boolean canUse(Field field)
      NOT Implemented YET
      Parameters:
      field - the field
      Returns:
      boolean
    • canUse

      boolean canUse(Field field, Method method)
      Can the field be used
      Parameters:
      field - the field
      method - the method
      Returns:
      boolean
    • canRead

      boolean canRead(Field field)
      NOT Implemented YET
      Parameters:
      field - the field
      Returns:
      boolean
    • canWrite

      boolean canWrite(Field field)
      NOT Implemented YET
      Parameters:
      field - the field
      Returns:
      boolean