Uses of Class
org.objenesis.instantiator.gcj.GCJInstantiatorBase
-
Packages that use GCJInstantiatorBase Package Description org.objenesis.instantiator.gcj -
-
Uses of GCJInstantiatorBase in org.objenesis.instantiator.gcj
Subclasses of GCJInstantiatorBase in org.objenesis.instantiator.gcj Modifier and Type Class Description class
GCJInstantiator<T>
Instantiates a class by making a call to internal GCJ private methods.class
GCJSerializationInstantiator<T>
Instantiates a class by making a call to internal GCJ private methods.
-