Skip to content

Identify the method signature and use it to invoke the JVM counter-part #374

Closed
@masesdevelopers

Description

@masesdevelopers

Is your feature request related to a problem? Please describe.
Current behavior is based on parameters deduction from .NET side. JNetReflector identify the parameters types and the behavior is constrained, however, under the hood, the exact match cannot happens if one parameter is null because JCOBridge is not able to infer the right JVM type the first time the method is searched.

Describe the solution you'd like
On each Method identified from JNetReflector, it shall extract, or build, the signature and use it to invoke the right method.

Describe alternatives you've considered
N/A

Additional context
N/A

Metadata

Metadata

Labels

JNetReflectorJNetReflector related issueenhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions