Package com.coyotegulch.jisp
Interface RecordFilter
- All Known Implementing Classes:
HuffmanFilter
public interface RecordFilter
A filter to automatically performs translations on objects stored in database records.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionfilterDecode
(Object target) Decodes the target object.filterEncode
(Object target) Encodes the target object.
-
Method Details
-
filterEncode
Encodes the target object.- Parameters:
target
- object to be encoded- Returns:
- encoded form of
target
-
filterDecode
Decodes the target object.- Parameters:
target
- object to be decoded- Returns:
- decoded form of
target
-