azure-docs-sdk-java/docs-ref-autogen/com.azure.core.annotation.J...

14 строки
801 B
YAML
Исходник Обычный вид История

### YamlMime:JavaType
uid: "com.azure.core.annotation.JsonFlatten"
fullName: "com.azure.core.annotation.JsonFlatten"
name: "JsonFlatten"
nameWithType: "JsonFlatten"
summary: "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."
syntax: "public interface JsonFlatten implements Annotation"
type: "interface"
implements:
- "<xref href=\"java.lang.annotation.Annotation?alt=java.lang.annotation.Annotation&text=Annotation\" data-throw-if-not-resolved=\"False\" />"
metadata: {}
package: "com.azure.core.annotation"
artifact: com.azure:azure-core:1.31.0