Package | Description |
---|---|
com.streamscape.omf.json.jackson |
Modifier and Type | Field and Description |
---|---|
static JsonNotationLevel |
JsonNotationLevel.COMPLEX_OBJECTS
Type info should be added for any complex object(excluding root object).
|
static JsonNotationLevel |
JsonNotationLevel.ENUMS
Type info should be added for any enum(excluding root enum).
|
static JsonNotationLevel |
JsonNotationLevel.NONE
No type info for any object.
|
static JsonNotationLevel |
JsonNotationLevel.OLD_FABRIC_STYLE_DATE_AND_SQLTIMESTAMP
Old style date and sql timestamp serializers.
|
static JsonNotationLevel |
JsonNotationLevel.POLYMORPHIC_MAPS_AND_COLLECTIONS
Type info should be added for any polymorphic collection.
|
static JsonNotationLevel |
JsonNotationLevel.POLYMORPHIC_OBJECTS
Type info should be added for any polymorphic object.
|
static JsonNotationLevel |
JsonNotationLevel.POLYMORPHIC_PRIMITIVE_OBJECTS
Type info should be added for any polymorphic primitive object.
|
static JsonNotationLevel |
JsonNotationLevel.PRIMITIVE_OBJECTS
Type info should be added for any primitive object.
|
static JsonNotationLevel |
JsonNotationLevel.ROOT_ELEMENT
Type info should be added for root complex object.
|
static JsonNotationLevel |
JsonNotationLevel.ROOT_ENUM
Type info should be added for root enum.
|
Modifier and Type | Method and Description |
---|---|
static JsonNotationLevel |
JsonNotationLevel.valueOf(java.lang.String name) |
static JsonNotationLevel[] |
JsonNotationLevel.values() |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
JSONSerializer.JsonSerializerBuilder.addJsonNotationLevel(JsonNotationLevel[] jsonNotationLevel) |
java.lang.Object |
JSONSerializer.AbstractJsonSerializerBuilder.addJsonNotationLevel(JsonNotationLevel[] jsonNotationLevel) |
JsonCustomization.Builder |
JsonCustomization.Builder.addNotationLevel(JsonNotationLevel notationLevel) |
java.lang.Object |
JSONSerializer.JsonSerializerBuilder.removeJsonNotationLevel(JsonNotationLevel[] jsonNotationLevel) |
java.lang.Object |
JSONSerializer.AbstractJsonSerializerBuilder.removeJsonNotationLevel(JsonNotationLevel[] jsonNotationLevel) |
JsonCustomization.Builder |
JsonCustomization.Builder.removeNotationLevel(JsonNotationLevel notationLevel) |
java.lang.Object |
JSONSerializer.JsonSerializerBuilder.setJsonNotationLevel(JsonNotationLevel[] jsonNotationLevel) |
java.lang.Object |
JSONSerializer.AbstractJsonSerializerBuilder.setJsonNotationLevel(JsonNotationLevel[] jsonNotationLevel) |
Copyright © 2015-2024 StreamScape Technologies. All rights reserved.