Package | Description |
---|---|
com.streamscape.omf.json.jackson |
Modifier and Type | Field and Description |
---|---|
static JsonNotation |
JsonNotation.TOP_ELEMENT
Complex objects will be wrapped in object with one field that defines object type.
|
static JsonNotation |
JsonNotation.TYPE
Type information will be placed as first property of objects.
|
Modifier and Type | Method and Description |
---|---|
JsonNotation |
JSONSerializer.getJsonNotation() |
JsonNotation |
JsonCustomization.getNotation() |
JsonNotation |
JsonCustomization.Builder.getNotation() |
static JsonNotation |
JsonNotation.valueOf(java.lang.String name) |
static JsonNotation[] |
JsonNotation.values() |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
JSONSerializer.JsonSerializerBuilder.setJsonNotation(JsonNotation jsonNotation) |
java.lang.Object |
JSONSerializer.AbstractJsonSerializerBuilder.setJsonNotation(JsonNotation jsonNotation) |
JsonCustomization.Builder |
JsonCustomization.Builder.setNotation(JsonNotation notation) |
Constructor and Description |
---|
StreamscapeResolverBuilder(ObjectMediationAliasManager aliasManager,
java.lang.ClassLoader classLoader,
JsonNotation jsonNotation,
java.util.EnumSet jsonNotationLevel) |
Copyright © 2015-2024 StreamScape Technologies. All rights reserved.