Package org.openrefine.history
Class HistoryEntryManager.Metadata
- java.lang.Object
 - 
- org.openrefine.history.HistoryEntryManager.Metadata
 
 
- 
- Enclosing class:
 - HistoryEntryManager
 
protected static class HistoryEntryManager.Metadata extends Object
Utility class to help with Jackson deserialization 
- 
- 
Field Summary
Fields Modifier and Type Field Description protected List<HistoryEntry>entries 
- 
Constructor Summary
Constructors Modifier Constructor Description protectedMetadata() 
 - 
 
- 
- 
Field Detail
- 
entries
protected List<HistoryEntry> entries
 
 - 
 
 -