public class UnsafeFactoryInstantiator<T> extends Object implements org.objenesis.instantiator.ObjectInstantiator<T>
Constructor and Description |
---|
UnsafeFactoryInstantiator(Class<T> type)
Creates a new instance for the given type
|
public UnsafeFactoryInstantiator(Class<T> type)
type
- The type to be instantiated by this instancepublic T newInstance()
newInstance
in interface org.objenesis.instantiator.ObjectInstantiator<T>
Copyright © 2010–2018 Jadira Systems. All rights reserved.