Skip to content

Commit

Permalink
chore: OpenAPI - exclude user property from BaseIdentifiableObject
Browse files Browse the repository at this point in the history
  • Loading branch information
jbee committed Dec 3, 2024
1 parent c2e07e8 commit 881e621
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,7 @@ public User getCreatedBy() {
}

@Override
@OpenApi.Property(UserPropertyTransformer.UserDto.class)
@OpenApi.Ignore
@JsonProperty
@JsonSerialize(using = UserPropertyTransformer.JacksonSerialize.class)
@JsonDeserialize(using = UserPropertyTransformer.JacksonDeserialize.class)
Expand Down

0 comments on commit 881e621

Please sign in to comment.