Posts by FilipeOliveira • 59 points
2 posts
-
3
votes1
answer55
viewsQ: Create a method that receives a generic class?
I’ve been racking my brain with the Reflection API. I am writing a class (reader) that reads a CSV file and creates an Arraylist of objects based on CSV. I made a test class to write the code, only…
-
2
votes1
answer779
viewsQ: JAVA - Creating an instance of an object in a class?
So, I have a class called "Geraform" that I need to return a HTML-style string with some information contained in an annotation. I got the code to work when I pass a certain class to it, but I would…