Class ReflectionUtil
- java.lang.Object
-
- org.jboss.resteasy.reactive.client.impl.ReflectionUtil
-
public class ReflectionUtil extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ObjectreadField(Object object, Class<?> clazz, String fieldName)Used by io.quarkus.resteasy.reactive.client.deployment.beanparam.FieldExtractor
-
-
-
Method Detail
-
readField
public static Object readField(Object object, Class<?> clazz, String fieldName)
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
-
-