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
May result in an IllegalAccessException if the elements of the collection are package-local (or otherwise restricted). This can even be the case if the collection contains package-local implementations of a public interface, i.e. in situations where a programmatic invocation of the getter works.
Invoking method#setAccessible(true) prior to invocation of the property set/get methods would resolve such issues.
The text was updated successfully, but these errors were encountered:
Mapping list elements like so:
May result in an IllegalAccessException if the elements of the collection are package-local (or otherwise restricted). This can even be the case if the collection contains package-local implementations of a public interface, i.e. in situations where a programmatic invocation of the getter works.
Invoking method#setAccessible(true) prior to invocation of the property set/get methods would resolve such issues.
The text was updated successfully, but these errors were encountered: