com.lexicalscope.fluentreflection
Interface ReflectedObject<T>

All Superinterfaces:
ReflectedAnnotated, ReflectedType<T>

public interface ReflectedObject<T>
extends ReflectedType<T>


Method Summary
 ReflectedClass<T> reflectedClass()
          get the static reflection information about the type of this object
 
Methods inherited from interface com.lexicalscope.fluentreflection.ReflectedType
canBeBoxed, canBeUnboxed, classUnderReflection, declaredMethods, method, method, methods, methods
 
Methods inherited from interface com.lexicalscope.fluentreflection.ReflectedAnnotated
annotatedWith, annotation, annotation
 

Method Detail

reflectedClass

ReflectedClass<T> reflectedClass()
get the static reflection information about the type of this object

Returns:
the static reflection infomraiton about the type fo this object


Copyright © 2011-2012 lexicalscope. All Rights Reserved.