osglworks / java-tool

Some simple common Java utilities
Apache License 2.0
52 stars 18 forks source link

Bean copy/mapping - it does not process `AdaptiveMap` typed source correctly #160

Closed greenlaw110 closed 6 years ago

greenlaw110 commented 6 years ago

When a source type is AdaptiveMap it will not copy the dynamic properties stored in map, and just copy what's stored in declared fields.