Interface SModelIdFactory


  • public interface SModelIdFactory
    Factories that create SModelId. They are registered through PersistenceFacade and associated with model id types.
    • 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