public abstract class Sun13InstantiatorBase extends java.lang.Object implements ObjectInstantiator
Modifier and Type | Field and Description |
---|---|
protected static java.lang.reflect.Method |
allocateNewObjectMethod |
protected java.lang.Class |
type |
Constructor and Description |
---|
Sun13InstantiatorBase(java.lang.Class type) |
Modifier and Type | Method and Description |
---|---|
abstract java.lang.Object |
newInstance()
Returns a new instance of an object.
|
protected static java.lang.reflect.Method allocateNewObjectMethod
protected final java.lang.Class type
public abstract java.lang.Object newInstance()
ObjectInstantiator
newInstance
in interface ObjectInstantiator
Copyright © 2006-2012 Joe Walnes, Henri Tremblay, Leonardo Mesquita. All Rights Reserved.