Skip to content

Commit

Permalink
skip string conversion property
Browse files Browse the repository at this point in the history
  • Loading branch information
SentryMan committed May 20, 2024
1 parent 1907ec8 commit 4ae0df4
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ static String serialize(Object obj) throws IllegalAccessException {

// skip JsonIgnored fields
if ("BIND_TYPE_AND_TYPES".equals(field.getName())
|| "BINARY_STRING_CONVERSION_PROPERTY".equals(field.getName())
|| "COMPONENTS_SCHEMAS_REF".equals(field.getName())
|| "exampleSetFlag".equals(field.getName())
|| "types".equals(field.getName())
Expand Down

0 comments on commit 4ae0df4

Please sign in to comment.