JavaScript is disabled on your browser.
All Implemented Interfaces:
ObjectInstantiator <T>
Direct Known Subclasses:
GCJInstantiator , GCJSerializationInstantiator
public abstract class GCJInstantiatorBase<T>
extends Object
implements ObjectInstantiator <T>
Base class for GCJ-based instantiators. It initializes reflection access to method
ObjectInputStream.newObject, as well as creating a dummy ObjectInputStream to be used as the
"this" argument for the method.
Author:
Leonardo Mesquita
Field Summary
Fields
Modifier and Type
Field and Description
protected Class <T >
type
Method Summary
Methods
Modifier and Type
Method and Description
abstract T
newInstance ()
Returns a new instance of an object.
Methods inherited from class java.lang.Object
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
Copyright © 2006–2015 Joe Walnes, Henri Tremblay, Leonardo Mesquita. All rights reserved.