handleTargetClassPolymorphically
handleTargetClassPolymorphically: boolean | undefined
The attribute tells whether the target class specified through propertiesSource should be handled polymorphically. This means properties of the concrete class are loaded in addition to properties of the target class itself.
@note There's a difference between loading properties and instances polymorphically. This attribute only controls polymorphism of properties, while instances are always looked up in a polymorphic fashion.
Defined in
Last Updated: 14 November, 2024
Found something wrong, missing, or unclear on this page?Raise an issue in our repo.