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