Package io.jmix.core.impl
Class IdSerializationImpl
java.lang.Object
io.jmix.core.impl.IdSerializationImpl
- All Implemented Interfaces:
IdSerialization
@Component("core_IdSerialization")
public class IdSerializationImpl
extends Object
implements IdSerialization
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionidToString
(Id<?> entityId) ConvertsId
to string.<T> Id<T>
stringToId
(String ref) RestoresId
from string.
-
Constructor Details
-
IdSerializationImpl
public IdSerializationImpl()
-
-
Method Details
-
idToString
Description copied from interface:IdSerialization
ConvertsId
to string.- Specified by:
idToString
in interfaceIdSerialization
-
stringToId
Description copied from interface:IdSerialization
RestoresId
from string.- Specified by:
stringToId
in interfaceIdSerialization
-