Skip to content

Commit

Permalink
Update dc-model-jackson/src/main/java/de/digitalcollections/model/jac…
Browse files Browse the repository at this point in the history
…kson/mixin/UniqueObjectMixIn.java
  • Loading branch information
daforster authored Apr 14, 2023
1 parent 6e4e169 commit d178f31
Showing 1 changed file with 0 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,5 @@
import com.fasterxml.jackson.annotation.JsonInclude;
import com.fasterxml.jackson.annotation.JsonInclude.Include;

// @JsonTypeInfo(use = JsonTypeInfo.Id.NAME, property = "objectType", visible = true)
// @JsonSubTypes({
// @JsonSubTypes.Type(value = Headword.class, name = "HEADWORD"),
// @JsonSubTypes.Type(value = Identifiable.class, name = "IDENTIFIABLE"),
// @JsonSubTypes.Type(value = Identifier.class, name = "IDENTIFIER"),
// @JsonSubTypes.Type(value = IdentifierType.class, name = "IDENTIFIER_TYPE"),
// @JsonSubTypes.Type(value = License.class, name = "LICENSE"),
// @JsonSubTypes.Type(value = Predicate.class, name = "PREDICATE"),
// @JsonSubTypes.Type(value = RenderingTemplate.class, name = "RENDERING_TEMPLATE"),
// @JsonSubTypes.Type(value = User.class, name = "USER")
// })
@JsonInclude(value = Include.NON_EMPTY)
public interface UniqueObjectMixIn {}

0 comments on commit d178f31

Please sign in to comment.