I have a Class with a field annotated with @JsonUnwrapped:
public static class MyClass { @JsonProperty("field1") private String field1;