Interface ServerGwtBridge.ClassInstantiator

    • Method Detail

      • create

        <T> T create​(java.lang.Class<?> baseClass,
                     ServerGwtBridge.Properties properties)
        Create an instance given a base class. The created class may be a subtype of the requested class.
        Type Parameters:
        T -
        Parameters:
        baseClass -
        properties -
        Returns:
        instance or null if unable to create