java.lang.Object
org.tentackle.reflect.PropertyMapping<T>
org.tentackle.fx.FxPropertyMapping<T>
- Type Parameters:
T- the type of the bean providing the property
Extended
PropertyMapping to support lists.-
Constructor Summary
ConstructorsConstructorDescriptionFxPropertyMapping(String name, Method getter, Method setter) Creates a property mapping. -
Method Summary
Methods inherited from class org.tentackle.reflect.PropertyMapping
equals, get, getGetter, getName, getSetter, getValueType, hashCode, isReadOnly, toString
-
Constructor Details
-
FxPropertyMapping
Creates a property mapping.- Parameters:
name- the name of the propertygetter- the gettersetter- the setter, null if readonly
-
-
Method Details
-
set
- Overrides:
setin classPropertyMapping<T>
-