Welcome to Software Development on Codidact!
Will you help us build our independent community of developers helping developers? We're small and trying to grow. We welcome questions about all aspects of software development, from design to code to QA and more. Got questions? Got answers? Got code you'd like someone to review? Please join us.
Comments on Convert Shaded Java class to its original
Post
Convert Shaded Java class to its original
+1
−1
How do I cast or convert a shadow/shaded class (a package relocated class which is generally generated via tools like gradle/maven) to its original class in Java?
The assumption is that both the shaded version and the original version are simultaneously available on the classpath
1 comment thread