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

org.objenesis.instantiator.basic (Drools 4.0.0.11754MR2 API) - JBoss RULES 4.0.0.11754MR2 API 英文版文档


Package org.objenesis.instantiator.basic

Class Summary
AccessibleInstantiator Instantiates a class by grabbing the no-args constructor, making it accessible and then calling Constructor.newInstance().
ConstructorInstantiator Instantiates a class by grabbing the no args constructor and calling Constructor.newInstance().
NewInstanceInstantiator The simplest instantiator - simply calls Class.newInstance().
ObjectInputStreamInstantiator Instantiates a class by using a dummy input stream that always feeds data for an empty object of the same kind.
ObjectStreamClassInstantiator Instantiates a class by using reflection to make a call to private method ObjectStreamClass.newInstance, present in many JVM implementations.
 



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