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/list/ListRequestMixIn.java
  • Loading branch information
daforster authored Apr 14, 2023
1 parent d178f31 commit 7c505e8
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,4 @@
import de.digitalcollections.model.list.ListRequest;

@JsonDeserialize(as = ListRequest.class)
// @JsonTypeInfo(use = JsonTypeInfo.Id.NAME, property = "listRequestType", visible = true)
// @JsonSubTypes({
// @JsonSubTypes.Type(value = ListRequest.class, name = "LIST_REQUEST"),
// @JsonSubTypes.Type(value = PageRequest.class, name = "PAGE_REQUEST")
// })
public abstract class ListRequestMixIn {}

0 comments on commit 7c505e8

Please sign in to comment.