|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.objenesis.instantiator.sun.Sun13InstantiatorBase
public abstract class Sun13InstantiatorBase
Base class for Sun 1.3 based instantiators. It initializes reflection access to static method ObjectInputStream.allocateNewObject.
| Field Summary | |
|---|---|
protected static java.lang.reflect.Method |
allocateNewObjectMethod
|
protected java.lang.Class |
type
|
| Constructor Summary | |
|---|---|
Sun13InstantiatorBase(java.lang.Class type)
|
|
| Method Summary | |
|---|---|
abstract java.lang.Object |
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 |
| Field Detail |
|---|
protected static java.lang.reflect.Method allocateNewObjectMethod
protected final java.lang.Class type
| Constructor Detail |
|---|
public Sun13InstantiatorBase(java.lang.Class type)
| Method Detail |
|---|
public abstract java.lang.Object newInstance()
ObjectInstantiator
newInstance in interface ObjectInstantiator
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||