JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
org.objenesis.instantiator
Interface ObjectInstantiator
All Known Implementing Classes:
AccessibleInstantiator
,
AndroidInstantiator
,
AndroidSerializationInstantiator
,
ConstructorInstantiator
,
GCJInstantiator
,
GCJInstantiatorBase
,
GCJSerializationInstantiator
,
JRockit131Instantiator
,
JRockitLegacyInstantiator
,
NewInstanceInstantiator
,
NullInstantiator
,
ObjectInputStreamInstantiator
,
ObjectStreamClassInstantiator
,
PercInstantiator
,
PercSerializationInstantiator
,
Sun13Instantiator
,
Sun13InstantiatorBase
,
Sun13SerializationInstantiator
,
SunReflectionFactoryInstantiator
,
SunReflectionFactorySerializationInstantiator
public interface
ObjectInstantiator
Instantiates a new object.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
java.lang.Object
newInstance
()
Returns a new instance of an object.
Method Detail
newInstance
java.lang.Object newInstance()
Returns a new instance of an object. The returned object's class is defined by the implementation.
Returns:
A new instance of an object.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method