Package org.openrefine.preference
Interface PreferenceValue
-
- All Known Implementing Classes:
TopList
public interface PreferenceValueInterface to be extended by all objects stored in the preferences. This ensures that their full class name is serialized with them. They should implement Jackson deserialization as usual.
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default StringgetClassName()
-
-
-
Method Detail
-
getClassName
default String getClassName()
-
-