Class FxPropertyMapping<T>

java.lang.Object
org.tentackle.reflect.PropertyMapping<T>
org.tentackle.fx.FxPropertyMapping<T>
Type Parameters:
T - the type of the bean providing the property

public class FxPropertyMapping<T> extends PropertyMapping<T>
Extended PropertyMapping to support lists.
  • Constructor Details

    • FxPropertyMapping

      public FxPropertyMapping(String name, Method getter, Method setter)
      Creates a property mapping.
      Parameters:
      name - the name of the property
      getter - the getter
      setter - the setter, null if readonly
  • Method Details