Registry / utility / accessors-smart

accessors-smart

JSON →
library2.6.0javamavenunverified

Accessors Smart uses ASM to speed up getter, setter, and constructor calls in Java, improving performance over reflection.

<dependency> <groupId>net.minidev</groupId> <artifactId>accessors-smart</artifactId> <version>2.6.0</version> </dependency>
INSTALL
IMPORT
SIG · ACCESSORS-SMART
A
accessors-smart
utilityjavav2.6.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Accessor
net.minidev.accessors.Accessor

Basic usage of Accessor class

import net.minidev.accessors.Accessor; public class Example { public static void main(String[] args) { Accessor accessor = new Accessor(); System.out.println("Accessor created"); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.6.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
49 hits · last 30 days
node
42
Meta
1
OpenAI (training)
1
Resources
accessors-smart — mvn dependency:get accessors-smart · libregistry