Package org.openrefine.overlay
Interface OverlayModel
- 
- All Known Implementing Classes:
 UnknownOverlayModel,WikibaseSchema
public interface OverlayModelOverlay models must be serializable and deserializable with Jackson. It is possible to have access to the project at deserialization time by adding the corresponding parameter to the JSON creator with @JacksonInject("project"). 
- 
- 
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default voiddispose(Project project)default voidonAfterSave(Project project)default voidonBeforeSave(Project project) 
 -