JBoss Marshalling 1.3.13.GA
- java.lang.Object
-
- org.jboss.marshalling.reflect.PublicReflectiveCreator
-
- All Implemented Interfaces:
- Creator
public class PublicReflectiveCreator
extends java.lang.Object
implements Creator
A creator that simply uses reflection to locate and invoke a public, zero-argument constructor.
-
-
Method Summary
Methods
Modifier and Type |
Method and Description |
<T> T |
create(java.lang.Class<T> clazz)
Create an object instance.
|
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
JBoss Marshalling 1.3.13.GA
Copyright © 2011 JBoss, a division of Red Hat, Inc.