Skip to content

Commit

Permalink
EP-4024
Browse files Browse the repository at this point in the history
  • Loading branch information
oplekal committed Dec 18, 2023
1 parent e107055 commit b931c52
Show file tree
Hide file tree
Showing 3 changed files with 165 additions and 150 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,13 @@
package fi.vm.sade.eperusteet.dto.yl;

import com.fasterxml.jackson.annotation.JsonInclude;
import fi.vm.sade.eperusteet.dto.KevytTekstiKappaleDto;
import lombok.AllArgsConstructor;
import lombok.Data;
import lombok.EqualsAndHashCode;
import lombok.NoArgsConstructor;

import java.util.List;
import java.util.Optional;
import java.util.Set;

Expand All @@ -34,6 +36,7 @@
@AllArgsConstructor
public class OppiaineLaajaDto extends OppiaineBaseDto {
private Optional<TekstiOsaDto> tehtava;
private List<KevytTekstiKappaleDto> vapaatTekstit;
@JsonInclude(JsonInclude.Include.NON_NULL)
private Set<OppiaineDto> oppimaarat;
private Set<OpetuksenKohdealueDto> kohdealueet;
Expand Down
34 changes: 20 additions & 14 deletions generated/eperusteet-ext.spec.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit b931c52

Please sign in to comment.