getter
There are 89 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 generator for struct required fields
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
andrewsonin/gset
Getters and Setters for Rust.
HowProgrammingWorks/Lenses
Lenses, fp getter & setter
Nicolab/crystal-prop
Properties utilities for Crystal lang (improved getter, IoC, factory, ...).
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
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.
mohamed-akef/The-Magic-DTO
Library provides setters and getters functionality without implementing them
nwtgck/private-ip-getter-npm
Private IP Getter for Web Browser
akuzko/get-lookup
JS helper for object deeply nested properties lookup
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.
nabeghe/buildify-php
Buildify improves PHP OOP with enhanced getter and setter functionality inspired by Builder and Fluent Patterns.
stdlib-js/array-base-at
Return an element from an array.
stdlib-js/array-base-at5d
Return an element from a five-dimensional nested array.
stdlib-js/array-base-atnd
Return an element from an n-dimensional nested array.
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.