Bugfix on EnumMapperFactory
This commit is contained in:
@@ -42,6 +42,7 @@ public class EnumMapperFactory {
|
|||||||
.code(enumMapperType.name())
|
.code(enumMapperType.name())
|
||||||
.title(enumMapperType.getTitle())
|
.title(enumMapperType.getTitle())
|
||||||
.desc(enumMapperType.getDesc())
|
.desc(enumMapperType.getDesc())
|
||||||
|
.expose(enumMapperType.isExpose())
|
||||||
.build();
|
.build();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user