zeshaoaaa / OkReflect

OkReflect is a library that want to help you use Java Reflection APIs with ease.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

how to call static method of class

mixedheart opened this issue · comments

when use OKReflect.on(class).call().get() make got Exception which require call create()
but when use create it make create a instance of reflected class, but no need even sometimes not allowed