Groups
Conversations
All groups and messages
Send feedback to Google
Help
Sign in
Groups
modelmapper
Conversations
About
modelmapper
1–30 of 186
Questions, comments, and ideas are welcome!
Mark all as read
Report abusive group
0 selected
Alan Boshier
2
Jun 16
ModelMapper 3.1.0 -> 3.1.1 Error
Actually I figured out (b) after some trial and error (and also no longer assuming that it had
unread,
ModelMapper 3.1.0 -> 3.1.1 Error
Actually I figured out (b) after some trial and error (and also no longer assuming that it had
Jun 16
Guilherme Mendes Ramalho
6/8/22
ModelMapper does not support LIST and ARRAYLIST conversions
ModelMapper does not support LIST and ARRAYLIST conversions: package br.com.ClinicaMedicaTest.model;
unread,
ModelMapper does not support LIST and ARRAYLIST conversions
ModelMapper does not support LIST and ARRAYLIST conversions: package br.com.ClinicaMedicaTest.model;
6/8/22
Justin Morris
7/30/21
Protobuf - Java POJO conversion
Hi Everyone I've run into an issue converting a Protobuf generated class to a POJO. The Protobuf
unread,
Protobuf - Java POJO conversion
Hi Everyone I've run into an issue converting a Protobuf generated class to a POJO. The Protobuf
7/30/21
Christoph Lucas
,
Nathan
3
2/1/21
Is order preserved when mapping lists?
Hi Nathan, Thank you very much for your reply and the dive into the source code. I guess for now I
unread,
Is order preserved when mapping lists?
Hi Nathan, Thank you very much for your reply and the dive into the source code. I guess for now I
2/1/21
Björn Lindahl
,
Irfaan Hibatullah
2
1/22/21
Multiple occurances of classes in hierachy
i think you have done with strict mapping and you have to call objectmapper map. DBCompany entity =
unread,
Multiple occurances of classes in hierachy
i think you have done with strict mapping and you have to call objectmapper map. DBCompany entity =
1/22/21
Christian Eugster
,
Jim Rayburn
2
9/10/20
missing org.modelmapper.internal.cglib.* packages in master
I'm attempting to integrate modelmapper into my OSGi project. I am developing using bndtools so
unread,
missing org.modelmapper.internal.cglib.* packages in master
I'm attempting to integrate modelmapper into my OSGi project. I am developing using bndtools so
9/10/20
Brian Heaphy
4/23/20
Class loader error deploying to Wildfly
Hi, I'm trying to deploy a spring boot application containing a ModelMapper bean, which I have
unread,
Class loader error deploying to Wildfly
Hi, I'm trying to deploy a spring boot application containing a ModelMapper bean, which I have
4/23/20
Malte Finsterwalder
2
11/19/19
TypeMap.addMappings(PropertyMap) vs. TypeMap().addMappings(ExpressionMap)
Somewhat try answering my own question here... After looking into this in more detail, I found that
unread,
TypeMap.addMappings(PropertyMap) vs. TypeMap().addMappings(ExpressionMap)
Somewhat try answering my own question here... After looking into this in more detail, I found that
11/19/19
Fernando Jorge Gonçalves
8/26/19
ModelMapper - Memory leak
Hi, I am using ModelMapper in a large scale of APIs in the same server, but I am getting crash in the
unread,
ModelMapper - Memory leak
Hi, I am using ModelMapper in a large scale of APIs in the same server, but I am getting crash in the
8/26/19
Fernando Jorge Gonçalves
,
Michał Antkowicz
2
7/16/19
ModelMapper - Mapping Strategies
Hello, why not to create two separate beans one with STANDARD and second with STRICT strategy?
unread,
ModelMapper - Mapping Strategies
Hello, why not to create two separate beans one with STANDARD and second with STRICT strategy?
7/16/19
Michał Antkowicz
1/30/19
Ambigous ModelMapper getting started example
Hi guys, would it be possible to modify Getting Started example on ModelMapper main page? I mean this
unread,
Ambigous ModelMapper getting started example
Hi guys, would it be possible to modify Getting Started example on ModelMapper main page? I mean this
1/30/19
Martin Rešovský
12/24/18
mapping from entity to POJO fails without any obvious reason
I described the issue closer in here. I can add info, that Im using modelmapper 2.2.0 and after
unread,
mapping from entity to POJO fails without any obvious reason
I described the issue closer in here. I can add info, that Im using modelmapper 2.2.0 and after
12/24/18
Jagadeesh Sadashiv
12/12/18
Not able to map String to Integer via Enum
Source Object Request { public String classification; } Destination Object DTO { public Long
unread,
Not able to map String to Integer via Enum
Source Object Request { public String classification; } Destination Object DTO { public Long
12/12/18
Wayne Tech
9/11/18
Instance variable of destination object is mapped to super type, and not sub type of the source object
Hi, My source object and destination object are actually identical in terms of the attributes/
unread,
Instance variable of destination object is mapped to super type, and not sub type of the source object
Hi, My source object and destination object are actually identical in terms of the attributes/
9/11/18
Mateusz Nakielski
,
Nathan
4
8/17/18
Kotlin support
Thank you for your answer! Of course the first approach is the simpliest, but I like auto-transform
unread,
Kotlin support
Thank you for your answer! Of course the first approach is the simpliest, but I like auto-transform
8/17/18
Gin
,
Chun Han Hsiao
3
5/15/18
Mapping List to Map and vice versa
Thank you, Chun. On Tue, May 15, 2018 at 2:19 AM Chun Han Hsiao <chhs...@gmail.com> wrote: Hi
unread,
Mapping List to Map and vice versa
Thank you, Chun. On Tue, May 15, 2018 at 2:19 AM Chun Han Hsiao <chhs...@gmail.com> wrote: Hi
5/15/18
dwi...@gmail.com
,
Chun Han Hsiao
2
5/1/18
mapping embedded object , need some help.
Hi Didier, For your case Application <-> ApplicationBean you can just do modelMapper.map(
unread,
mapping embedded object , need some help.
Hi Didier, For your case Application <-> ApplicationBean you can just do modelMapper.map(
5/1/18
Gin
,
Chun Han Hsiao
2
4/25/18
Handling null source
Hi Gintas, Currently, ModelMapper can't handle for null source value. I prefer to check the
unread,
Handling null source
Hi Gintas, Currently, ModelMapper can't handle for null source value. I prefer to check the
4/25/18
Jon Inazio Sanchez Martinez
,
Chun Han Hsiao
2
4/8/18
Geometries as GeoJson
Hi, First, you need to create a Dto class that have structure followed the spec of GeoJson (or using
unread,
Geometries as GeoJson
Hi, First, you need to create a Dto class that have structure followed the spec of GeoJson (or using
4/8/18
J-23
, …
Chun Han Hsiao
3
12/13/17
convert java.util.ArrayList to java.util.List. Problem
Hi, Thanks for the report, can you try update your code as below and check that the exception still
unread,
convert java.util.ArrayList to java.util.List. Problem
Hi, Thanks for the report, can you try update your code as below and check that the exception still
12/13/17
sergey...@mynd.co
,
Chun Han Hsiao
2
12/13/17
ModelMapper Converter for primitive long type
Hi, Thanks for the report, I will take a look how ModelMapper support for primitive type converter
unread,
ModelMapper Converter for primitive long type
Hi, Thanks for the report, I will take a look how ModelMapper support for primitive type converter
12/13/17
Hazer
,
Chun Han Hsiao
2
12/13/17
Mapping class names
Hi Hazer, I think it's not snake_case to camelCase problem. It looks like your source and
unread,
Mapping class names
Hi Hazer, I think it's not snake_case to camelCase problem. It looks like your source and
12/13/17
Ivo Anastácio
, …
Chun Han Hsiao
3
12/12/17
destination property from multiple source fields
Hi Ivo, I just push an unit test for merge source properties into a destination property demo. Please
unread,
destination property from multiple source fields
Hi Ivo, I just push an unit test for merge source properties into a destination property demo. Please
12/12/17
Karsten Ohme
,
Chun Han Hsiao
4
12/11/17
Handling null values while deepmapping fields
Hi Karsten, Yeah, it will be better to support field mapping for this new feature. And for your code
unread,
Handling null values while deepmapping fields
Hi Karsten, Yeah, it will be better to support field mapping for this new feature. And for your code
12/11/17
richa...@gmail.com
, …
Chun Han Hsiao
5
12/10/17
Adding a deep mapping causes a null pointer exception, ModelMapper 1.1.0
I think it might cause by https://github.com/modelmapper/modelmapper/pull/266 that I try resolve
unread,
Adding a deep mapping causes a null pointer exception, ModelMapper 1.1.0
I think it might cause by https://github.com/modelmapper/modelmapper/pull/266 that I try resolve
12/10/17
Daniel Kelleher
11/3/17
Map multiple attributes in deep hierarchy to a single object.
Hello, I have a data structure that looks like this: A -B -C1 -C2 where one of C1 and C2 is not null
unread,
Map multiple attributes in deep hierarchy to a single object.
Hello, I have a data structure that looks like this: A -B -C1 -C2 where one of C1 and C2 is not null
11/3/17
Nathan
10/27/17
Concatenation- Hey I have two source values which needs to map to single target attribute. Can someone please help
Concatenation- Hey I have two source values which needs to map to single target attribute. Can
unread,
Concatenation- Hey I have two source values which needs to map to single target attribute. Can someone please help
Concatenation- Hey I have two source values which needs to map to single target attribute. Can
10/27/17
Ernesto Diaz
,
Chun Han Hsiao
2
8/26/17
Converters from parent source
Hi Emesto, ModelMapper works fine with property mapping. i'm not sure is that you are doing
unread,
Converters from parent source
Hi Emesto, ModelMapper works fine with property mapping. i'm not sure is that you are doing
8/26/17
Ernesto Diaz
8/9/17
parameters inside a converter
Hi, Is there a way to put and retrieve common parameters (for a single mapping) during a mapping
unread,
parameters inside a converter
Hi, Is there a way to put and retrieve common parameters (for a single mapping) during a mapping
8/9/17
Ernesto Diaz
,
Chun Han Hsiao
8
8/9/17
Streams in ModelMapper?
Hi Chun, It works perfectly, many thanks!! Ernesto 2017. augusztus 8., kedd 9:33:05 UTC+2 időpontban
unread,
Streams in ModelMapper?
Hi Chun, It works perfectly, many thanks!! Ernesto 2017. augusztus 8., kedd 9:33:05 UTC+2 időpontban
8/9/17