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

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


org.objenesis
Class ObjenesisStd

java.lang.Object
  extended by org.objenesis.ObjenesisBase
      extended by org.objenesis.ObjenesisStd
All Implemented Interfaces:
Objenesis

public class ObjenesisStd
extends ObjenesisBase

Objenesis implementation using the StdInstantiatorStrategy.

Author:
Henri Tremblay

Field Summary
 
Fields inherited from class org.objenesis.ObjenesisBase
cache, strategy
 
Constructor Summary
ObjenesisStd()
          Default constructor using the StdInstantiatorStrategy
ObjenesisStd(boolean useCache)
          Instance using the StdInstantiatorStrategy with or without caching ObjectInstantiators
 
Method Summary
 
Methods inherited from class org.objenesis.ObjenesisBase
getInstantiatorOf, newInstance, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ObjenesisStd

public ObjenesisStd()
Default constructor using the StdInstantiatorStrategy


ObjenesisStd

public ObjenesisStd(boolean useCache)
Instance using the StdInstantiatorStrategy with or without caching ObjectInstantiators

Parameters:
useCache - If ObjectInstantiators should be cached


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