Package org.robolectric.util.reflector
-
Class Summary Class Description Reflector Provides accessor objects for efficiently calling otherwise inaccessible (non-public) methods.UnsafeAccess Access to sun.misc.Unsafe and the various scary things within. -
Annotation Types Summary Annotation Type Description Accessor Indicates that the annotated method is an accessor for a non-visible field.ForType Indicates that the annotated interface is an accessor object for use byReflector.Static MarksReflectormethods which serve as accessors for static members.WithType Parameters with types that can't be resolved at compile time may be annotated @WithType.