troshanin

Results 2 comments of troshanin

Currently to resolve such kind of issues we need to add dummy field to Beans that dont have fields; ``` @PropertyDefinition(get="") @JsonIgnore private final Object dummyForJoda; ```

No, this did not help. After runnning code generation, Builder code still contains only one line: ``` throw new NoSuchElementException("Unknown property: " + propertyName); ``` so after running ``` ReportAliasColumn...