net.vidageek.mirror.provider.java
Class ObjenesisConstructorBypassingReflectionProvider<T>

java.lang.Object
  extended by net.vidageek.mirror.provider.java.ObjenesisConstructorBypassingReflectionProvider<T>
All Implemented Interfaces:
ConstructorBypassingReflectionProvider<T>

public final class ObjenesisConstructorBypassingReflectionProvider<T>
extends Object
implements ConstructorBypassingReflectionProvider<T>

Author:
jonasabreu

Constructor Summary
ObjenesisConstructorBypassingReflectionProvider(Class<T> clazz)
           
 
Method Summary
 T bypassConstructor()
          This method is used to create an object without using a constructor.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ObjenesisConstructorBypassingReflectionProvider

public ObjenesisConstructorBypassingReflectionProvider(Class<T> clazz)
Method Detail

bypassConstructor

public T bypassConstructor()
Description copied from interface: ConstructorBypassingReflectionProvider
This method is used to create an object without using a constructor.

Specified by:
bypassConstructor in interface ConstructorBypassingReflectionProvider<T>


Copyright © 2011 VidaGeek.net. All Rights Reserved.