public class CachingFieldUtils extends Object
CachingFieldUtils()
static Field
getField(Class<?> cls, String fieldName)
static Object
readField(Object target, String fieldName)
static void
writeField(Object target, String fieldName, Object value)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public CachingFieldUtils()
public static Field getField(Class<?> cls, String fieldName)
public static Object readField(Object target, String fieldName)
public static void writeField(Object target, String fieldName, Object value)
Copyright © 2025. All rights reserved.