We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c739357 commit dc9a976Copy full SHA for dc9a976
jsonb-generator/src/main/java/io/avaje/jsonb/generator/TypeReader.java
@@ -359,7 +359,7 @@ private void matchFieldToSetter(FieldReader field) {
359
} else if (ProcessingContext.isCascadeType(baseType)) {
360
nonAccessibleField = true;
361
var module = APContext.getProjectModuleElement();
362
- if (!module.isUnnamed() && module.equals(APContext.elements().getModuleOf(baseType))) {
+ if (!module.equals(APContext.elements().getModuleOf(baseType))) {
363
logWarn(
364
field.element(),
365
"%s%s, non public field %s with no matching setter or constructor?",
0 commit comments