Class JSONUtil.JsonSmartFieldFilter

java.lang.Object
net.minidev.json.JSONUtil.JsonSmartFieldFilter
All Implemented Interfaces:
FieldFilter
Enclosing class:
JSONUtil

public static class JSONUtil.JsonSmartFieldFilter extends Object implements FieldFilter
  • Constructor Details

    • JsonSmartFieldFilter

      public JsonSmartFieldFilter()
  • Method Details

    • canUse

      public boolean canUse(Field field)
      Description copied from interface: FieldFilter
      NOT Implemented YET
      Specified by:
      canUse in interface FieldFilter
      Parameters:
      field - the field
      Returns:
      boolean
    • canUse

      public boolean canUse(Field field, Method method)
      Description copied from interface: FieldFilter
      Can the field be used
      Specified by:
      canUse in interface FieldFilter
      Parameters:
      field - the field
      method - the method
      Returns:
      boolean
    • canRead

      public boolean canRead(Field field)
      Description copied from interface: FieldFilter
      NOT Implemented YET
      Specified by:
      canRead in interface FieldFilter
      Parameters:
      field - the field
      Returns:
      boolean
    • canWrite

      public boolean canWrite(Field field)
      Description copied from interface: FieldFilter
      NOT Implemented YET
      Specified by:
      canWrite in interface FieldFilter
      Parameters:
      field - the field
      Returns:
      boolean