An open API service indexing awesome lists of open source software.

https://github.com/code4craft/abc

'A'nother 'B'ean 'C'opier.
https://github.com/code4craft/abc

Last synced: 9 months ago
JSON representation

'A'nother 'B'ean 'C'opier.

Awesome Lists containing this project

README

          

ABC
----
[![Build Status](https://api.travis-ci.org/code4craft/xsoup.png?branch=master)](https://travis-ci.org/code4craft/xsoup)

**A**nother **B**ean **C**opier.

## What's different

Just cover 80% cases with simpler usages.

1. Fields copying instead of Setter/Getter calling

2. Create new instance of target class instead of setting property of existing object

## Core Feature

### 1. Simple API to use.

```java
B b = BeanCopier.to(B.class).copy(a);
```

### 2. Compatible with Guava Function\

```java
List listB = Lists.transform(listA, BeanTransformer.to(B.class));
```

### 3.

## License

MIT License, see file `LICENSE`