JsonFlatten Interface

Implements

public interface JsonFlatten
implements Annotation

Annotation used for flattening properties separated by '.'. E.g. a property with JsonProperty value "properties.value" will have "value" property under the "properties" tree on the wire. This annotation when used on a class, all JSON fields will be checked for '.' and be flattened appropriately.

Applies to