[FIX] the code generation does not manage corectly the field name
This commit is contained in:
parent
18329659c8
commit
11b49ea95d
@ -58,7 +58,7 @@ public class ClassObjectModel extends ClassModel {
|
|||||||
for (final Field field : superClass.getFields()) {
|
for (final Field field : superClass.getFields()) {
|
||||||
String name;
|
String name;
|
||||||
try {
|
try {
|
||||||
name = AnnotationTools.getFieldNameRaw(field);
|
name = field.getName();
|
||||||
if (filedName.equals(name)) {
|
if (filedName.equals(name)) {
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user