net.vidageek.mirror.provider
Interface ConstructorBypassingReflectionProvider<T>

All Known Implementing Classes:
ObjenesisConstructorBypassingReflectionProvider

public interface ConstructorBypassingReflectionProvider<T>

Author:
jonasabreu

Method Summary
 T bypassConstructor()
          This method is used to create an object without using a constructor.
 

Method Detail

bypassConstructor

T bypassConstructor()
This method is used to create an object without using a constructor.

Throws:
ReflectionProviderException


Copyright © 2011 VidaGeek.net. All Rights Reserved.