Skip to content

Commit

Permalink
StaticImport add `com.fasterxml.jackson.annotation.{JsonFormat.Shape,…
Browse files Browse the repository at this point in the history
…JsonInclude.Include,JsonProperty.Access}`
  • Loading branch information
arichapn authored and rickie committed Dec 16, 2023
1 parent 37588e5 commit a762ac1
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,9 @@ public final class StaticImport extends BugChecker implements MemberSelectTreeMa
static final ImmutableSet<String> STATIC_IMPORT_CANDIDATE_TYPES =
ImmutableSet.of(
"com.fasterxml.jackson.annotation.JsonCreator.Mode",
"com.fasterxml.jackson.annotation.JsonFormat.Shape",
"com.fasterxml.jackson.annotation.JsonInclude.Include",
"com.fasterxml.jackson.annotation.JsonProperty.Access",
"com.google.common.base.Preconditions",
"com.google.common.base.Predicates",
"com.google.common.base.Verify",
Expand Down

0 comments on commit a762ac1

Please sign in to comment.