Package org.jboss.marshalling.reflect
Class PublicReflectiveCreator
- java.lang.Object
-
- org.jboss.marshalling.reflect.PublicReflectiveCreator
-
- All Implemented Interfaces:
Creator
@Deprecated public class PublicReflectiveCreator extends java.lang.Object implements Creator
Deprecated.this class simply delegates toReflectiveCreator
.A creator that simply uses reflection to locate and invoke a public, zero-argument constructor.
-
-
Field Summary
Fields Modifier and Type Field Description private ReflectiveCreator
reflectiveCreator
Deprecated.
-
Constructor Summary
Constructors Constructor Description PublicReflectiveCreator()
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description <T> T
create(java.lang.Class<T> clazz)
Deprecated.Create an object instance.
-
-
-
Field Detail
-
reflectiveCreator
private final ReflectiveCreator reflectiveCreator
Deprecated.
-
-