| Class | Description |
|---|---|
| LocalesSupplierDeserializer |
Deserializes JSON arrays into an object of XPFEntitySupplier containing
Enumeration of Locale. |
| NullOnScopeWriter |
Jackson BeanPropertyWriter that nulls out fields annotated with @SkipSerialization.
|
| ScopeAwareNullModifier |
Jackson modifier that wraps all bean properties in a NullOnScopeWriter.
|
| ScopeKey |
A key for the ObjectMapper cache.
|
| XPFEntitySupplierDeserializer |
Jackson deserializer for XPFEntitySupplier.
|
| XPFEntitySupplierSerializer |
Jackson serializer for XPFEntitySupplier.
|
| XPFJSONSerializationHelper |
Helper for serializing and deserializing objects to/from JSON using Jackson.
|
| Enum | Description |
|---|---|
| SerializationScope |
Scopes for which fields can be serialized.
|
| Annotation Type | Description |
|---|---|
| SkipSerialization |
Annotation to mark fields that should not be serialized in the given scopes.
|
Copyright © 2026. All rights reserved.