public class PropertyUtils extends Object
| Constructor and Description |
|---|
PropertyUtils() |
| Modifier and Type | Method and Description |
|---|---|
static <T> T |
convertType(Class<T> type,
String value,
String paramName) |
static Class<?> |
getPropertyType(Class<?> instanceClass,
String propertyName) |
static void |
setProperty(Object instance,
String name,
String value) |
static void |
setPropertyRealValue(Object instance,
String name,
Object value) |
Copyright © 2025. All rights reserved.