Registry / utility / commons-beanutils-core

commons-beanutils-core

JSON →
library1.8.3javamavenunverified

Apache Commons BeanUtils provides utilities for manipulating Java beans.

<dependency> <groupId>commons-beanutils</groupId> <artifactId>commons-beanutils-core</artifactId> <version>1.8.3</version> </dependency>
INSTALL
IMPORT
SIG · COMMONS-BEANUTILS-
C
commons-beanutils-core
utilityjavav1.8.3
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 a bean property using BeanUtils.

import org.apache.commons.beanutils.BeanUtils; public class Example { public static void main(String[] args) throws Exception { MyBean bean = new MyBean(); BeanUtils.setProperty(bean, "name", "value"); } }
Debug
Known issues
breakingDeprecated in favor of commons-beanutils
fix
Use commons-beanutils instead of commons-beanutils-core
affects: >=1.9.0
Upgrade
Version history
1.8.3latest on Maven
Audit
Dependencies

No dependency data recorded yet.

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