Interface ExtensionFactory<E>

    • Method Detail

      • createExtension

        E createExtension​(ManagedObject managedObject)
                   throws java.lang.Throwable
        Creates the specific extension for the ManagedObject.
        Parameters:
        managedObject - ManagedObject that is have the extension created for it.
        Returns:
        Extension for the ManagedObject.
        Throws:
        java.lang.Throwable - If fails to create extension.