|
|||||||||
| Home >> All >> org >> jdbf >> engine >> [ reflection overview ] | PREV NEXT | ||||||||
C
- CLASS_NAME - Static variable in class org.jdbf.engine.reflection.ReflectionManager
- createBean(String, HashMap) - Static method in class org.jdbf.engine.reflection.ReflectionManager
- Create a ObjectMapped by a CLASS_NAME and a hashmap that contains a list with the names of the properties and relative values.
- createNonPrimitiveObject(Class, String) - Static method in class org.jdbf.engine.reflection.ReflectionManager
- Create a non primitive type for value
G
- getDeclaredFieldsName(ObjectMapped) - Static method in class org.jdbf.engine.reflection.ReflectionManager
- Return the name of properties of ObjectMapped object.
- getFieldsNames(ObjectMapped) - Static method in class org.jdbf.engine.reflection.ReflectionManager
- Return the name of properties of ObjectMapped object.
- getPropertyNames(ObjectMapped, boolean) - Static method in class org.jdbf.engine.reflection.ReflectionManager
- Return name of every property of ObjectMapped object.
- getPropertyType(ObjectMapped, String) - Static method in class org.jdbf.engine.reflection.ReflectionManager
- Return the type of property di un ObjectMapped pbject, specified the name of property.
- getReadMethod(ObjectMapped, String) - Static method in class org.jdbf.engine.reflection.ReflectionManager
- Return the Method object.This object is the get method of property specified in propName.
- getValueByName(ObjectMapped, String) - Static method in class org.jdbf.engine.reflection.ReflectionManager
- Return value of property of the ObjectMapped object.
- getWriteMethod(ObjectMapped, String) - Static method in class org.jdbf.engine.reflection.ReflectionManager
- Return the Method object.This object is the set method of property specified in propName.
I
- invokeWriteMethod(ObjectMapped, Method, Object) - Static method in class org.jdbf.engine.reflection.ReflectionManager
- Invoke setter method of a property
- invokeWriteMethod(ObjectMapped, Method, String) - Static method in class org.jdbf.engine.reflection.ReflectionManager
- Invoke the setter method.
O
- org.jdbf.engine.reflection - package org.jdbf.engine.reflection
R
- ReflectionManager - class org.jdbf.engine.reflection.ReflectionManager.
ReflectionManageris the class that handles- ReflectionManager() - Constructor for class org.jdbf.engine.reflection.ReflectionManager
S
- setValueByName(ObjectMapped, String, Object) - Static method in class org.jdbf.engine.reflection.ReflectionManager
- Set the value of property of ObjectMapped object
C G I O R S
|
|||||||||
| Home >> All >> org >> jdbf >> engine >> [ reflection overview ] | PREV NEXT | ||||||||