Class ObjectNew

    • Constructor Detail

      • ObjectNew

        ObjectNew()
    • Method Detail

      • create

        public <T> T create​(java.lang.Class<?> clazz,
                            ServerGwtBridge.Properties properties)
        Description copied from interface: ServerGwtBridge.ClassInstantiator
        Create an instance given a base class. The created class may be a subtype of the requested class.
        Returns:
        instance or null if unable to create