Tobias G. Waaler
10/05/2020, 10:30 AMAny?
when the method I'm overloading has return type Object
🤔diesieben07
10/05/2020, 10:47 AMAny?
in the override). Are you sure there are no @NonNull
, etc annotations on the Java side?Tobias G. Waaler
10/05/2020, 10:50 AM@NonNull
annotationsTobias G. Waaler
10/05/2020, 10:51 AMdiesieben07
10/05/2020, 10:53 AMTobias G. Waaler
10/05/2020, 11:04 AMReturn type of 'convert' is not a subtype of the return type of the overridden member 'public open fun convert(p0: ByteArray): Any defined in org.springframework.core.serializer.support.DeserializingConverter'
Tobias G. Waaler
10/05/2020, 11:05 AMRobert Jaros
10/05/2020, 11:07 AM@NonNull
annotations are at the package levelTobias G. Waaler
10/05/2020, 11:18 AMTobias G. Waaler
10/05/2020, 11:21 AM@Nullable
annotation, but I'm not sure how that interacts with the package level annotationsTobias G. Waaler
10/05/2020, 11:24 AMRobert Jaros
10/05/2020, 11:24 AMTobias G. Waaler
10/05/2020, 11:25 AMTobias G. Waaler
10/05/2020, 11:25 AMTobias G. Waaler
10/05/2020, 11:33 AM