当前页面:
在线文档首页 >
JBoss RULES 4.0.0.11754MR2 API 英文版文档
ObjectInstantiator (Drools 4.0.0.11754MR2 API) - JBoss RULES 4.0.0.11754MR2 API 英文版文档
org.objenesis.instantiator
Interface ObjectInstantiator
- All Known Implementing Classes:
- AccessibleInstantiator, ConstructorInstantiator, GCJInstantiator, GCJInstantiatorBase, GCJSerializationInstantiator, JRockit131Instantiator, JRockitLegacyInstantiator, NewInstanceInstantiator, NullInstantiator, ObjectInputStreamInstantiator, ObjectStreamClassInstantiator, Sun13Instantiator, Sun13InstantiatorBase, Sun13SerializationInstantiator, SunReflectionFactoryInstantiator, SunReflectionFactorySerializationInstantiator
public interface ObjectInstantiator
Instantiates a new object.
newInstance
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.
Copyright © 2001-2007
JBoss Inc.. All Rights Reserved.