I also attempted to solve this by adding: lombok.anyConstructor.addConstructorProperties=true, which ensured that this was my class file: public static final class PlayResponseValue { private final String result; @ConstructorProperties({"result"}) @Generated public PlayResponseValue(final String resul...