You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
we will get an error for to::inner fromProperty from::inner as two mappers can be found: both FirstMapper.InnerInputMapper and SecondMapper.InnerInputMapper.
Expected behavior
Do not include mappers not visible from the current scope for implicit resolving when strictness.visibility is set to false, otherwise prioritize the "most" visible.
The text was updated successfully, but these errors were encountered:
Describe the bug
Nested non-visble (e.g. private) mappers from other objects should not be reused.
To Reproduce
Two mappers
and
we will get an error for
to::inner fromProperty from::inner
as two mappers can be found: bothFirstMapper.InnerInputMapper
andSecondMapper.InnerInputMapper
.Expected behavior
Do not include mappers not visible from the current scope for implicit resolving when
strictness.visibility
is set tofalse
, otherwise prioritize the "most" visible.The text was updated successfully, but these errors were encountered: