b

bean-utils-library-parent

This BeanUtils library is a Java Bean to Java Bean transformer that recursively copies data from one object to another, it is generic, flexible, reusable, configurable and incredibly fast. It's the only library able to transform Mutable, Immutable and Mixed bean without any custom configuration.
https://github.com/ExpediaGroup/bull
Files download
File Operation
bean-utils-library-parent-2.2.4.pom download
Apache Maven
<dependency>
  <groupId>com.expediagroup.beans</groupId>
  <artifactId>bean-utils-library-parent</artifactId>
  <version>2.2.4</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.expediagroup.beans:bean-utils-library-parent:2.2.4'
Gradle Kotlin
implementation("com.expediagroup.beans:bean-utils-library-parent:2.2.4")
Scala SBT
libraryDependencies += "com.expediagroup.beans" % "bean-utils-library-parent" % "2.2.4"
Groovy Grape
@Grapes(
  @Grab(group='com.expediagroup.beans', module='bean-utils-library-parent', version='2.2.4')
)
Apache Ivy
<dependency org="com.expediagroup.beans" name="bean-utils-library-parent" rev="2.2.4" />
Leiningen
[com.expediagroup.beans/bean-utils-library-parent "2.2.4"]
Apache Buildr
'com.expediagroup.beans:bean-utils-library-parent:jar:2.2.4'