42BV/beanmapper

Usages of the Boolean wrapper class should be replaced with the primitive, or an enum

marcus-talbot42 opened this issue · 0 comments

Usages like the following should be replaced with the primitive boolean, or - if the field must be nullable - an enum.

/**
 * The value that decides whether a converter may be chosen, or direct mapping has to take place
 */
private Boolean converterChoosable;