Java - Reflection

Method[] methods = MyObject.class.getMethods();
Fork me on GitHub