📓
Object-Mappers-Docs
  • Introduction
  • contributing
    • Contributing
  • links
    • Resources
  • reporting
    • Bug Report
    • Custom Report
    • Feature Request Template
    • General Information
    • Issue Report
    • Pull Request Template
  • user-guide
    • Changelog
    • Code of Conduct
    • Code Owners
    • Dependency Management
    • FAQ
    • Getting Started
    • Repositories: How to move content from one repository to another one
    • Troubleshooting
    • Upgrading
  • modules
    • beancp
      • BeanCP Tutorial
    • beanmapper
      • BeanMapper Tutorial
    • beanutils
      • BeanUtils Tutorial
    • bull
      • Bull Tutorial
    • converter
      • Converter Tutorial
    • datus
      • Datus Tutorial
    • doov
      • Doov Tutorial
    • dozer
      • Dozer Tutorial
    • jmapper
      • JMapper Tutorial
    • mapstruct
      • MapStruct Tutorial
    • modelmapper
      • ModelMapper Tutorial
    • moo
      • Moo Tutorial
    • nomin
      • Nomin Tutorial
    • orika
      • Orika Tutorial
    • remap
      • ReMap Tutorial
    • selma
      • Selma Tutorial
    • smooks
      • Smooks Tutorial
Powered by GitBook
On this page
  • Description
  • Features
  • Pros & Cons
  • Pros
  • Cons
  • Use cases
  • Links

Was this helpful?

  1. modules
  2. beanutils

BeanUtils Tutorial

PreviousbeanutilsNextbull

Last updated 3 years ago

Was this helpful?

Description

Java Bean Mapper is part of the Apache Commons BeanUtils library from the Apache Software Foundation. This project provides useful tools around the standard JavaBeans Component API with reflection-based java.beans.Introspector mechanism of mapping. The mapping under the hood is provided by the org.apache.commons.beanutils.BeanUtils class. Can only be used for simple and not profound mappings.

Features

Pros & Cons

Pros

  • good performance

  • easy-to-use and easy-to-follow object mapping approach

Cons

  • cannot process recursive object mappings

  • fully depends on setter method availability

Use cases

Links

Official Site
Official Repository
Java BeanMapper Alternatives
image info
image info
image info
image info
image info
image info
image info