站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss RULES 4.0.0.11754MR2 API 英文版文档

NullInstantiator (Drools 4.0.0.11754MR2 API) - JBoss RULES 4.0.0.11754MR2 API 英文版文档


org.objenesis.instantiator
Class NullInstantiator

java.lang.Object
  extended by org.objenesis.instantiator.NullInstantiator
All Implemented Interfaces:
ObjectInstantiator

public class NullInstantiator
extends Object
implements ObjectInstantiator

The instantiator that always return a null instance

Author:
Henri Tremblay

Constructor Summary
NullInstantiator()
           
 
Method Summary
 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
 

Constructor Detail

NullInstantiator

public NullInstantiator()
Method Detail

newInstance

public Object newInstance()
Description copied from interface: ObjectInstantiator
Returns a new instance of an object. The returned object's class is defined by the implementation.

Specified by:
newInstance in interface ObjectInstantiator
Returns:
Always null


Copyright © 2001-2007 JBoss Inc.. All Rights Reserved.