Skip to content
Success

Changes

Summary

  1. Throw MissingTypeInfoException when instance has no type info, i.e., no (commit: d2ba21f) (details)
Commit d2ba21f4f928bc55cc148c7fdca107f0eafe82aa by Martin Ledvinka
Throw MissingTypeInfoException when instance has no type info, i.e., no
@OWLClass annotation and no values in @Types (or no such attribute at
all).
(commit: d2ba21f)
The file was addedsrc/main/java/cz/cvut/kbss/jsonld/exception/MissingTypeInfoException.java
The file was modified src/main/java/cz/cvut/kbss/jsonld/serialization/traversal/InstanceTypeResolver.java (diff)
The file was modified src/test/java/cz/cvut/kbss/jsonld/serialization/traversal/ObjectGraphTraverserTest.java (diff)