aestrivex
0
Q:

class java.lang.Integer cannot be cast to class java.lang.Long (java.lang.Integer and java.lang.Long are in module java.base of loader 'bootstrap')

// on my case, instead of casting I did:

Long variable = Long.valueOf(variable.get("Attribute").toString());
1

New to Communities?

Join the community