getter
There are 96 repositories under getter topic.
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.
ame017/AMEGetterMaker
A lazyload getter maker without resign for Xcode
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 :).
Alorel/typescript-lazy-get-decorator
Lazily evaluates a getter on an object and caches the returned value
Mixermachine/base-test
Automated testing of Java classes via reflections
blakeembrey/decorator-cache-getter
Simple decorator for caching getters on first access
maxalmonte14/magicproperties
A little but powerful package that allows you call getters and setters implicitly in PHP.
mobiletoly/gobetter
GO Better - code generated builders for Go struct
degeneratehyperbola/aliexpress-importer
Fetch product info in a JSON from AliExpress
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
Nicolab/crystal-prop
Properties utilities for Crystal lang (improved getter, IoC, factory, ...).
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.
finia2NA/getter
A multi-workflow YouTube downloader
UnderNotic/guardy
Simple and natural nested property accessor. For node and browser.
1amageek/classy
classy provides getter / setter to typescript.
bevry-archive/github-repos
Deprecated. Use https://github.com/bevry/github-api
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.
nwtgck/private-ip-getter-npm
Private IP Getter for Web Browser
akuzko/get-lookup
JS helper for object deeply nested properties lookup
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.
noble-gase/og
[鿫-Og] Go开发脚手架
Sikessem/Capsule
📦️ Encapsulate PHP Class properties using dynamic Getter and Setter.
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
josestg/go-getter
go-getter is a tool to generate getter methods for struct fields.
OpenJavaLibs/pojo-tester
Java testing framework for testing pojo methods. It tests equals, hashCode, toString, getters, setters, constructors and whatever you report in issues
stdlib-js/array-base-with
Return a new array after replacing an index with a given value.
stdlib-js/ndarray-at
Return an ndarray element.