public interface SystemEntitySerializationAware
Be aware that not all system entities will be serialized this way by default; so mark the model only if appropriate.
For example SystemSecurityClearance
and SystemGroupBase will not implement this interface.
Check serialization details in SystemEntitySerializer.
| Modifier and Type | Method and Description |
|---|---|
Id |
getId()
Get Entity id.
|
boolean |
isSystemEntity()
Returns true if the class is a system entity, false otherwise.
|
boolean isSystemEntity()
Id getId()
Copyright © 2023. All rights reserved.