Skip to content

Commit

Permalink
updated reflect-config
Browse files Browse the repository at this point in the history
  • Loading branch information
albogdano committed Jun 19, 2024
1 parent 321cd6a commit b11b99e
Showing 1 changed file with 23 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2009,10 +2009,31 @@
"name": "java.time.DurationEditor"
},
{
"name": "java.util.ArrayList"
"name": "java.util.Collection",
"allDeclaredConstructors": true,
"allPublicConstructors": true,
"allDeclaredMethods": true,
"allPublicMethods": true,
"allDeclaredFields": true,
"allPublicFields": true
},
{
"name": "java.util.ArrayList",
"allDeclaredConstructors": true,
"allPublicConstructors": true,
"allDeclaredMethods": true,
"allPublicMethods": true,
"allDeclaredFields": true,
"allPublicFields": true
},
{
"name": "java.util.Enumeration"
"name": "java.util.Enumeration",
"allDeclaredConstructors": true,
"allPublicConstructors": true,
"allDeclaredMethods": true,
"allPublicMethods": true,
"allDeclaredFields": true,
"allPublicFields": true
},
{
"name": "java.util.HashSet",
Expand Down

0 comments on commit b11b99e

Please sign in to comment.