I left out the upper level classes:
@JsonTypeName("transform-rule")
public class TransformRule {
@JsonProperty("condition")
public TransformCondition condition;
@JsonProperty("actions")
public List<TransformAction> actions;
...
}
--
You received this message because you are subscribed to the Google Groups
"jackson-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/jackson-user/36263ed0-a43a-445c-9149-1fbd4b9008bb%40googlegroups.com.