It happens often, you need to transfer an object or entity in another Object.
The simplest way is
targetObject.setMember(srcObject.getMember) etc..
Maybe Transformer4J helps you to save time and hunderts of none tested Code.
use something like
@TransMember
private String name;
or
@TransMember(targetMemberName = "speedValue.valueForCountry.vehicleType")
private VehicleType type;
Features
- Transfer a POJO into another POJO or entity
- Annotate Target or Source Classes and keep the important classes clean and readable
Follow Transformer4j
Other Useful Business Software
Gen AI apps are built with MongoDB Atlas
MongoDB Atlas provides built-in vector search and a flexible document model so developers can build, scale, and run gen AI apps without stitching together multiple databases. From LLM integration to semantic search, Atlas simplifies your AI architecture—and it’s free to get started.
Rate This Project
Login To Rate This Project
User Reviews
Be the first to post a review of Transformer4j!