Class ReflectionUtil


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