Class ObjectNew

All Implemented Interfaces:
ServerGwtBridge.ClassInstantiator

final class ObjectNew extends ServerGwtBridge.ClassInstantiatorBase
A class instantiator that simple news the requested class. Used as a last resort.
  • Constructor Details

    • ObjectNew

      ObjectNew()
  • Method Details

    • create

      public <T> T create(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.
      Type Parameters:
      T -
      Parameters:
      clazz -
      properties -
      Returns:
      instance or null if unable to create