-
Notifications
You must be signed in to change notification settings - Fork 41
Regex Mapping
avurro edited this page Apr 14, 2016
·
8 revisions
under construction
class Service1I{
List<String> customersIds;
// getter and setter...
}
class Service2I{
Set<Integer> companyIds;
// getter and setter...
}
class Service3I{
TreeSet<String> supplierIds;
// getter and setter...
}
As you can see the fields have different structures, JMapper handles all implicitly.
class CommonLogicI{
List<Integer> ids;
// getter and setter...
}
© 2016 Alessandro Vurro
- Home
- How to map
- Relations
- Conversions
- creation/enrichment
- XML
- Annotation
- API
- Configurations
- Utilities
- Examples
- Articles
- More information
- Performance tests
- Release Notes