You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add a method that verifies if a Object is a collection.
Add a method that verifies if a Object is a primitive.
And a method that verifies the type of object.
Add a method that verifies if a Object is a collection.
Add a method that verifies if a Object is a primitive.
And a method that verifies the type of object.
Something like the methods isCollection(Type type), getActualType(Type genericType)
found here: https://github.com/caelum/vraptor/blob/master/vraptor-core/src/main/java/br/com/caelum/vraptor/serialization/xstream/Serializee.java
and isPrimitive(Class<?> type)
found here: https://github.com/caelum/vraptor/blob/master/vraptor-core/src/main/java/br/com/caelum/vraptor/serialization/xstream/VRaptorClassMapper.java
What do you think about this?
The text was updated successfully, but these errors were encountered: