Interface UuidTypeResolvable

    • Method Detail

      • getObject

        Object getObject​(String uuid,
                         Type type)
                  throws UnsupportedTypeException
        Provides an abstract way to retrieve objects from a Manager given only the object's UUID and Type.
        Parameters:
        uuid - The universally unique identifier of the Object.
        type - The Type of the Object.
        Returns:
        Throws:
        UnsupportedTypeException - If the Manager does not support the passed Type.