I found that CreateMap accepts Null values as well, like so:
MyMap = CreateMap("Value":Null)
but If I had something like:
MyMap = Create(Null)
Private Sub Create(Value As Map) As Map
Return CreateMap("Value":Value)
End Sub
I would get an error: java.lang.RuntimeException: Object should...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.