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

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


org.objenesis.strategy
Interface InstantiatorStrategy

All Known Implementing Classes:
BaseInstantiatorStrategy, SerializingInstantiatorStrategy, StdInstantiatorStrategy

public interface InstantiatorStrategy

Defines a strategy to determine the best instantiator for a class.


Method Summary
 ObjectInstantiator newInstantiatorOf(Class type)
          Create a dedicated instantiator for the given class
 

Method Detail

newInstantiatorOf

ObjectInstantiator newInstantiatorOf(Class type)
Create a dedicated instantiator for the given class

Parameters:
type - Class that will be instantiate
Returns:
Dedicated instantiator


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