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
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
nullbecause 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
Methodidentified 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