This issue can extended using native types only when JVM counter-part is a native type, otherwise use the JVM class. #371
Labels
enhancement
New feature or request
JNet
JNet related issue
JNetReflector
JNetReflector related issue
.NET
Pull requests that update .net code
Some examples are:
bool
when there is a JVMboolean
, otherwise useJava.Lang.Boolean
which can be managed like aNullable
type in .NET withbool?
int
when there is a JVMint
, otherwise useJava.Lang.Integer
which can be managed like aNullable
type in .NET withint?
Originally posted by @masesdevelopers in #363 (comment)
The text was updated successfully, but these errors were encountered: