Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The Transformer has the responsibility to retrieve the initial value and to set the property class type.

TransformedProperty<T>  may be of any type. For a TextField defined to handle Long (ConfiguredFieldDefinition.type), the <T>  will be of type Long.
For complexer Field (Multi, Composite) the <T> is of type PropertysetItem . This let the complex field easily handle multi property.

 

 

 

BaseProperty

BaseProperty implements the following basic mechanism:

...