bazaarvoice / jolt

JSON to JSON transformation library written in Java.
Apache License 2.0
1.54k stars 328 forks source link

Guice injection support for Modifier Transforms #1122

Open arav1d opened 2 years ago

arav1d commented 2 years ago

GuiceChainrInstantiator is not able to load Modifier transforms.

Fix: @Inject annotations are missing for modifier transforms here: https://github.com/bazaarvoice/jolt/blame/master/jolt-core/src/main/java/com/bazaarvoice/jolt/Modifier.java