Class ObjectUtils

java.lang.Object
org.antublue.test.engine.internal.util.ObjectUtils

public class ObjectUtils extends Object
Class to implement Object utilities
  • Method Details

    • instantiate

      public static void instantiate(Class<?> clazz, Consumer<Object> objectConsumer, Consumer<Throwable> throwableConsumer)
      Method to instantiate an Object
      Parameters:
      clazz - clazz
      objectConsumer - objectConsumer
      throwableConsumer - throwableConsumer