jmapper-framework / jmapper-core

Elegance, high performance and robustness all in one java bean mapper
http://jmapper-framework.github.io/jmapper-core
Apache License 2.0
227 stars 41 forks source link

mapper from autogenerated class #81

Open joshone opened 6 years ago

joshone commented 6 years ago

i'm trying to map a java object from autogenerated class with just a getter in uppercase,

when i try to map it, jmapper search a getter in camelcase there's a way to solve it?

avurro commented 6 years ago

Hi @joshone,

what you need is here: https://github.com/jmapper-framework/jmapper-core/wiki/Custom-Accessor-methods

joshone commented 6 years ago

that's right, i used it thanks for your concern