Is your feature request related to a problem? Please describe.
Currently JNetReflector use string (System.String) to reflect Java.Lang.String, however to better cover JVM types the Java.Lang.String type is better. The corresponding .NET string (System.String) type is managed from implicit converters.
Describe the solution you'd like
Remove the conversion to .NET string (System.String) and prefer Java.Lang.String instead.
Describe alternatives you've considered
N/A
Additional context
N/A
Is your feature request related to a problem? Please describe.
Currently JNetReflector use
string(System.String) to reflectJava.Lang.String, however to better cover JVM types theJava.Lang.Stringtype is better. The corresponding .NETstring(System.String) type is managed from implicit converters.Describe the solution you'd like
Remove the conversion to .NET
string(System.String) and preferJava.Lang.Stringinstead.Describe alternatives you've considered
N/A
Additional context
N/A