Skip to content

Commit

Permalink
remove jsonignore from static
Browse files Browse the repository at this point in the history
  • Loading branch information
strehle committed Jan 8, 2025
1 parent 787be69 commit 73ee205
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ public boolean isValid() {
return StringUtils.hasText(subject) && StringUtils.hasText(issuer);
}

@JsonIgnore
public static List<ClientJwtCredential> parse(String clientJwtCredentials) {
try {
return JsonUtils.readValue(clientJwtCredentials, new TypeReference<>() {});
Expand Down

0 comments on commit 73ee205

Please sign in to comment.