Class ReflectionUtil
java.lang.Object
org.jboss.resteasy.reactive.client.impl.ReflectionUtil
-
Method Summary
-
Method Details
-
readField
Used by io.quarkus.resteasy.reactive.client.deployment.beanparam.FieldExtractor- Parameters:
object- object to read the field fromclazz- class that declares the fieldfieldName- name of the field- Returns:
- value of the field
-