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
-
filterDecode
-