Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
william_wylas committed May 12, 2023
1 parent 44933a4 commit 0ff2296
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ private TypeToken<?> getPropertyType(TypeToken<?> beanType, Method readMethod, M
}
} else if (field != null) {
return ApiAnnotationIntrospector.getSchemaType(
beanType.resolveType(field.getGenericType()), config);
beanType.resolveType(field.getAnnotated().getGenericType()), config);
}
return null;
}
Expand Down

0 comments on commit 0ff2296

Please sign in to comment.