Sometimes we have to factorize of the logic of conversion within private methods. Selma displays a warning on private methods used in abstract mapper: Custom mapping method should be *public* (Fix modifiers of the method) on convert
In this case it seems that the warning is not relevant.
The text was updated successfully, but these errors were encountered:
Sometimes we have to factorize of the logic of conversion within private methods. Selma displays a warning on private methods used in abstract mapper:
Custom mapping method should be *public* (Fix modifiers of the method) on convert
In this case it seems that the warning is not relevant.
The text was updated successfully, but these errors were encountered: