public final class JsonNotation
extends java.lang.Enum
Title: Object Mediation Framework
Description: Json notation defines how type information will be placed in JSON document.
JsonNotationLevel
defines objects for which type info should be added.
Copyright: Copyright (c) 2016
Company: StreamScape Technologies
Modifier and Type | Field and Description |
---|---|
static JsonNotation |
TOP_ELEMENT
Complex objects will be wrapped in object with one field that defines object type.
|
static JsonNotation |
TYPE
Type information will be placed as first property of objects.
|
Modifier and Type | Method and Description |
---|---|
static JsonNotation |
valueOf(java.lang.String name) |
static JsonNotation[] |
values() |
public static final JsonNotation TYPE
public static final JsonNotation TOP_ELEMENT
public static JsonNotation[] values()
public static JsonNotation valueOf(java.lang.String name)
Copyright © 2015-2024 StreamScape Technologies. All rights reserved.