Skip to content
Success

Changes

Summary

  1. Add ObjectConverter so that attributes mapped to a field of type Object (commit: 587af8c) (details)
Commit 587af8c88ad0a32ce81687042a6e5b00e16f5ed5 by Martin Ledvinka
Add ObjectConverter so that attributes mapped to a field of type Object
(typically annotation properties) can be supported with both reference
and literal values.
(commit: 587af8c)
The file was modifiedjopa-impl/src/main/java/cz/cvut/kbss/jopa/model/metamodel/Converters.java (diff)
The file was modifiedjopa-integration-tests/src/main/java/cz/cvut/kbss/jopa/test/Vocabulary.java (diff)
The file was modifiedjopa-integration-tests/src/test/java/cz/cvut/kbss/jopa/test/integration/AttributesTest.java (diff)
The file was addedjopa-impl/src/main/java/cz/cvut/kbss/jopa/oom/converter/ObjectConverter.java
The file was modifiedjopa-impl/src/test/java/cz/cvut/kbss/jopa/oom/SingularAnnotationPropertyStrategyTest.java (diff)
The file was modifiedjopa-integration-tests/src/main/java/cz/cvut/kbss/jopa/test/OWLClassX.java (diff)
The file was modifiedjopa-impl/src/test/java/cz/cvut/kbss/jopa/oom/PluralAnnotationPropertyStrategyTest.java (diff)
The file was modifiedjopa-impl/src/test/java/cz/cvut/kbss/jopa/model/metamodel/ConverterResolverTest.java (diff)
The file was addedjopa-impl/src/test/java/cz/cvut/kbss/jopa/oom/converter/ObjectConverterTest.java