我使用反射,发现满足某些条件的方法,并调用已找到的方法。 if(it.name.contains("hello")){ }打印出来
public java.util.List<java.lang.String> TestSubClass.hello() // <-- most relevant met
我已经开发了一个简单的基于控制台的应用程序,这是一个车辆清单。在这个应用程序中有 -->that contain some common attribute forvehicle (get/set) --->that contain some car specific attributeone bike.<