Skip to content

v1.1.0 - Non-Interface Property Support

Latest
Compare
Choose a tag to compare
@Jacky-Mo Jacky-Mo released this 13 Jan 04:44

Auto create object for non-interface property in the builder class

  • create using the constructor with the most parameters
  • value types are created using default values
  • reference types (string, interfaces) are creating based on custom builder or default implementation