Registry / utility / commons-beanutils

commons-beanutils

JSON →
library1.11.0javamavenunverified

Apache Commons BeanUtils provides an easy-to-use but flexible wrapper around reflection and introspection.

<dependency> <groupId>commons-beanutils</groupId> <artifactId>commons-beanutils</artifactId> <version>1.11.0</version> </dependency>
INSTALL
IMPORT
SIG · COMMONS-BEANUTILS
C
commons-beanutils
utilityjavav1.11.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.

BeanUtils
org.apache.commons.beanutils.BeanUtils

Sets and gets a property on a bean using BeanUtils.

import org.apache.commons.beanutils.BeanUtils; public class Main { public static void main(String[] args) throws Exception { Object bean = new Object(); BeanUtils.setProperty(bean, "name", "value"); System.out.println(BeanUtils.getProperty(bean, "name")); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.11.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
8
Resources
commons-beanutils — mvn dependency:get commons-beanutils · libregistry