setter
There are 85 repositories under setter topic.
elastio/bon
Next-gen compile-time-checked builder generator, named function's arguments, and more!
Android1500/GpsSetter
Xposed module which will set location where you want without effect mock location.
kaelzhang/skema
🛰 Skema provides a handy & composable way to validate / transform / purify the input data.
OpenPojo/openpojo
POJO Testing & Identity Management Made Trivial
jhildenbiddle/mergician
Uniquely flexible and light-weight utility for cloning and deep (recursive) merging of JavaScript objects. Supports descriptor values, accessor functions, and custom prototypes. Provides advanced options for customizing the clone/merge process.
robinvdvleuten/shvl
🚧 Get and set dot-notated properties within an object.
smarie/python-autoclass
A python 3 library providing functions and decorators to automatically generate class code, such as constructor body or properties getters/setters along with optional support of validation contracts on the generated setters. Its objective is to reduce the amount of copy/paste code in your classes - and hence to help reducing human mistakes :).
Mixermachine/base-test
Automated testing of Java classes via reflections
SpaghettiC0des/useStateWithLayoutAnimation
Abstraction for `React Native`'s `LayoutAnimation` and `useState`
AztlanEngineering/swatch
A lightweight, modern theming library based on CSS variables and the setter/getter pattern.
maxalmonte14/magicproperties
A little but powerful package that allows you call getters and setters implicitly in PHP.
OlivierLDff/QSuperMacros
A set of one-line C++ macros to simplify the creation of reccurent things (like Qt Meta Properties) so that doing them in C++ is not harder than in QML, and requires no boilerplate glue-code.
thiagodp/traits
🔮 Be more productive with PHP
ame017/AMECategoryMaker
A category property maker without resigin
phelmkamp/metatag
Go metaprogramming using struct tags + generate
morefigs/pyqt-helper
Autogenerate getter and setter code for PyQt UI objects
HowProgrammingWorks/Lenses
Lenses, fp getter & setter
andrewsonin/gset
Getters and Setters for Rust.
ekomh170/Project-PDPL-TA
SIPERPUS adalah tugas akhir PDPL yang bertujuan memahami penerapan design pattern dalam pengembangan perangkat lunak berbasis web. Proyek ini menciptakan sistem informasi perpustakaan dengan fitur manajemen buku, anggota, peminjaman, dan laporan, menggunakan Laravel dan AdminLTE.
rakshazi/getSetTrait
Magic getter/setter trait for any PHP class in one string of code.
1amageek/classy
classy provides getter / setter to typescript.
mohamed-akef/The-Magic-DTO
Library provides setters and getters functionality without implementing them
nabeghe/buildify-php
Buildify improves PHP OOP with enhanced getter and setter functionality inspired by Builder and Fluent Patterns.
robertgonzales/jscolor
Color manipulation using getters and setters
blakek/deep
🐡 Get, set, remove, and test for deeply nested properties
ljharb/define-accessor-property
Define an accessor property on an object. Will either throw, or fall back to assignment in loose mode, in an engine without descriptors.
railken/dotenv
This library is an extension of vlucas/phpdotenv that grants you the ability to update variables into the `.env` file. You can either update, append or remove a variable.
Sikessem/Capsule
📦️ Encapsulate PHP Class properties using dynamic Getter and Setter.
stdlib-js/utils-define-configurable-write-only-accessor
Define a configurable write-only accessor.
stdlib-js/utils-define-nonenumerable-write-only-accessor
Define a non-enumerable write-only accessor.
stdlib-js/utils-define-write-only-accessor
Define a write-only accessor.
swenyang/json-ext
Extend JSON.stringify() & JSON.parse() to handle more values SAFELY
ttakuya50/goor
This is a CLI for creating constructors, getters and setters for structures, and is only for Golang.
chenxyzl/gsgen
gsgen getter,setter,json.Marshal/Unmarshal,bson.Marshal/Unmarshal, support mongo dirty incremental update
easysy/envio
is a library designed to get/set environment variables to/from go structures
OpenJavaLibs/pojo-tester
Java testing framework for testing pojo methods. It tests equals, hashCode, toString, getters, setters, constructors and whatever you report in issues