Find classes that implement interfaces or being subclasses/superclasses in maven CLASSPATH?
问题 VisualVM OQL queries can't query for interfaces because current heap dump format doesn't preserve this info. To workaround this issue it is possible to find classes that implements interface and further perform heap dump analysis. I have an application managed by Maven. During build Maven know full application CLASSPATH . Is it possible to query via mvn command which classes in which package implements selected interface? Or even more - to find classes and packages in application build