Interface SModelIdFactory
-
public interface SModelIdFactory
Factories that create SModelId. They are registered through PersistenceFacade and associated with model id types.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SModelId
create(String text)
Given a serialized representation (without a type+colon prefix), creates an Immutable class.
-
-
-
Method Detail
-
create
SModelId create(String text)
Given a serialized representation (without a type+colon prefix), creates an Immutable class.- Throws:
IllegalArgumentException
- if this factory can't parse given value
-
-