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.
Allows to get a subset of available Class' fields or methods,
when the standard getDeclaredFields() / getDeclaredMethods()
fail with NoClassDefFoundError due to some missing class file.