public class ReflectionUtil extends Object
| Modifier and Type | Method and Description |
|---|---|
static Object |
readField(Object object,
Class<?> clazz,
String fieldName)
Used by io.quarkus.resteasy.reactive.client.deployment.beanparam.FieldExtractor
|
public static Object readField(Object object, Class<?> clazz, String fieldName)
object - object to read the field fromclazz - class that declares the fieldfieldName - name of the fieldCopyright © 2021 JBoss by Red Hat. All rights reserved.