public class JavaFXReflection extends Reflection
Reflection.AnnotatedPropertyKey, Reflection.NameTypePropertyKey, Reflection.SinglePropertyKeyclassLoader, descriptorCache, instanceFactory, lexicalPropertyComparator, NULL_PROPERTY, singlePropertyCache, STATIC_PRIVATE_PROTECTED_MASK, STATIC_TRANSIENT_MASK| Constructor and Description |
|---|
JavaFXReflection(java.lang.ClassLoader classLoader) |
| Modifier and Type | Method and Description |
|---|---|
protected FieldProperty |
newFieldProperty(java.lang.reflect.Field field) |
protected MethodProperty |
newMethodProperty(java.lang.reflect.Method getter,
java.lang.reflect.Method setter,
java.lang.String name) |
findProperty, findProperty, findSerializableProperties, findSerializableProperty, getClassLoader, getDescriptor, getInstanceFactory, getLexicalPropertyComparator, isRegularClass, loadClass, newInstance, newInstanceprotected FieldProperty newFieldProperty(java.lang.reflect.Field field)
newFieldProperty in class Reflectionprotected MethodProperty newMethodProperty(java.lang.reflect.Method getter, java.lang.reflect.Method setter, java.lang.String name)
newMethodProperty in class Reflection