Package one.nio.util

Class MethodHandlesReflection


  • public class MethodHandlesReflection
    extends Object
    Allows to lookup information about available Class' methods using java.lang.invoke API, when the standard getDeclaredMethods() fail with NoClassDefFoundError due to some missing class file. All lookups are made recursively through parent classes.