add a loading configuration option to look for camelCase matches in javabeans when snake_case keys are in the yaml

Issue #372 invalid
Former user created an issue

YAML sources which contain snake_case keys should be able to be mapped to java beans properties that use camel case. This is a typical mapping option for JSON for example. This should be a global option rather than requiring custom constructors, representers or resolvers.

Comments (2)

  1. Log in to comment