Questions tagged [nomin]

Nomin is a mapping engine for the Java platform transforming object trees according to declarative mapping rules. This Java mapping framework aims to reduce efforts when it's needed to map different structures to each other.

4 questions
2
votes
1 answer

Nomin automap causes infinite loop

I am using Nomin for mapping tasks. As taken from the documentation of Nomin it should be able to map fields with the same name by itself in case automapping has been activated. When activating it, it causes an infinite loop exception. I have the…
Michael Hegner
  • 5,555
  • 9
  • 38
  • 64
1
vote
1 answer

Nomin and Spring Boot application: recursive mapping rule a = b causes infinite loop

As I had already few issues with combination Nomin, Eclipse and Groovy (see link1 and link2), I am again struggling with it. My application works with JUnit Tests, both in Console via Gradle and Eclipse. But now it doesn't want to work when…
Michael Hegner
  • 5,555
  • 9
  • 38
  • 64
1
vote
0 answers

Running Nomin Mapper under Eclipse cause NominException: Resource not found

I am using a Spring/Groovy application with Nomin as mapper. My Tests run fine on console after gradle build/test. Nomin finds the groovy resource file with the defined mapping. But I dont get it work in Eclipse/STS. I defined a Utils class to get…
Michael Hegner
  • 5,555
  • 9
  • 38
  • 64
0
votes
1 answer

Nomin Mapper Framework for Groovy

I am looking for a mapping framework for my Spring/Groovy application. I found Nomin - it looks like something that fits my need. But I have the following issue: it doesn't find my mapping rules script in my test class. in…
Michael Hegner
  • 5,555
  • 9
  • 38
  • 64