Class GCJInstantiator<T>

java.lang.Object
org.objenesis.instantiator.gcj.GCJInstantiatorBase<T>
org.objenesis.instantiator.gcj.GCJInstantiator<T>
All Implemented Interfaces:
ObjectInstantiator<T>

@Instantiator(STANDARD) public class GCJInstantiator<T> extends GCJInstantiatorBase<T>
Instantiates a class by making a call to internal GCJ private methods. It is only supposed to work on GCJ JVMs. This instantiator will not call any constructors.
See Also:
  • Constructor Details

    • GCJInstantiator

      public GCJInstantiator(Class<T> type)
  • Method Details