talyssonoc / structure

A simple schema/attributes library built on top of modern JavaScript
https://structure.js.org/
MIT License
301 stars 20 forks source link

Allow to declare custom setter and getter #112

Closed talyssonoc closed 4 years ago

talyssonoc commented 4 years ago

This PR adds the possibility to use custom getters and setters for attributes. These setters and getters can be inherited from both POJO and structure subclasses.