Class ReflectionUtil

java.lang.Object
org.jboss.resteasy.reactive.client.impl.ReflectionUtil

public class ReflectionUtil extends Object
  • Method Details

    • 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 from
      clazz - class that declares the field
      fieldName - name of the field
      Returns:
      value of the field