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 authored Dec 3, 2024
1 parent 6386c81 commit dc4e5d0
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 dc4e5d0

Please sign in to comment.