Skip to content
Snippets Groups Projects
Commit 77a65d90 authored by Tor-Einar Skog's avatar Tor-Einar Skog
Browse files

fix:Jackson deserialization to interface

parent f5386b57
No related branches found
No related tags found
No related merge requests found
......@@ -19,12 +19,15 @@
package no.nibio.vips.observation;
import com.fasterxml.jackson.databind.annotation.JsonDeserialize;
import java.util.Date;
/**
* @copyright 2015 <a href="http://www.nibio.no/">NIBIO</a>
* @copyright 2015-2023 <a href="http://www.nibio.no/">NIBIO</a>
* @author Tor-Einar Skog <tor-einar.skog@nibio.no>
*/
@JsonDeserialize(as = ObservationImpl.class)
public interface Observation extends Comparable {
public final static Integer STATUS_TYPE_ID_PENDING = 1;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment