public static interface ReflectionOptimizer.AccessOptimizer
Modifier and Type | Method and Description |
---|---|
java.lang.String[] |
getPropertyNames()
Get the name of all properties.
|
java.lang.Object[] |
getPropertyValues(java.lang.Object object)
Get the value of all properties from the given entity
|
void |
setPropertyValues(java.lang.Object object,
java.lang.Object[] values)
Set all property values into an entity instance.
|
java.lang.String[] getPropertyNames()
java.lang.Object[] getPropertyValues(java.lang.Object object)
object
- The entity from which to extract values.void setPropertyValues(java.lang.Object object, java.lang.Object[] values)
object
- The entity instancevalues
- The values to injectCopyright © 2001-2018 Red Hat, Inc. All Rights Reserved.