no.unit.nva.WithContext Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of nva-datamodel-java Show documentation
Show all versions of nva-datamodel-java Show documentation
The java version of the NVA datamodel
package no.unit.nva;
import com.fasterxml.jackson.databind.JsonNode;
public interface WithContext extends PublicationBase {
JsonNode getContext();
void setContext(JsonNode context);
}