com.lexicalscope.fluentreflection
Interface ReflectedConstructor<T>

All Superinterfaces:
ReflectedAnnotated, ReflectedCallable

public interface ReflectedConstructor<T>
extends ReflectedCallable


Method Summary
 T call(Object... args)
           
 Constructor<T> constructorUnderReflection()
          Obtain the class being reflected
 
Methods inherited from interface com.lexicalscope.fluentreflection.ReflectedCallable
argumentCount, argumentTypes, declaringClass, getName, returnType, visibility
 
Methods inherited from interface com.lexicalscope.fluentreflection.ReflectedAnnotated
annotatedWith, annotation, annotation
 

Method Detail

constructorUnderReflection

Constructor<T> constructorUnderReflection()
Obtain the class being reflected

Returns:
the class being reflected

call

T call(Object... args)
Specified by:
call in interface ReflectedCallable


Copyright © 2011-2012 lexicalscope. All Rights Reserved.