public class PropertyUtils extends Object
Constructor and Description |
---|
PropertyUtils() |
Modifier and Type | Method and Description |
---|---|
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 © 2024. All rights reserved.