Skip to content

Avoid use of string (System.String) and prefer Java.Lang.String #363

@masesdevelopers

Description

@masesdevelopers

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

Metadata

Metadata

Labels

JNetReflectorJNetReflector related issueenhancementNew feature or request

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions