Package net.minidev.json
Class JSONUtil.JsonSmartFieldFilter
java.lang.Object
net.minidev.json.JSONUtil.JsonSmartFieldFilter
- All Implemented Interfaces:
FieldFilter
- Enclosing class:
JSONUtil
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
JsonSmartFieldFilter
public JsonSmartFieldFilter()
-
-
Method Details
-
canUse
Description copied from interface:FieldFilterNOT Implemented YET- Specified by:
canUsein interfaceFieldFilter- Parameters:
field- the field- Returns:
- boolean
-
canUse
Description copied from interface:FieldFilterCan the field be used- Specified by:
canUsein interfaceFieldFilter- Parameters:
field- the fieldmethod- the method- Returns:
- boolean
-
canRead
Description copied from interface:FieldFilterNOT Implemented YET- Specified by:
canReadin interfaceFieldFilter- Parameters:
field- the field- Returns:
- boolean
-
canWrite
Description copied from interface:FieldFilterNOT Implemented YET- Specified by:
canWritein interfaceFieldFilter- Parameters:
field- the field- Returns:
- boolean
-