Index

A C D F O R S U V W 
All Classes and Interfaces|All Packages

A

Accessor - Annotation Type in org.robolectric.util.reflector
Indicates that the annotated method is an accessor for a non-visible field.

C

className() - Element in annotation type org.robolectric.util.reflector.ForType
 
Constructor - Annotation Type in org.robolectric.util.reflector
Indicates that the annotated method is a constructor.

D

direct() - Element in annotation type org.robolectric.util.reflector.ForType
 
Direct - Annotation Type in org.robolectric.util.reflector
Indicates that the annotated method should use the original $$robo$$-prefixed implementation so that it can be invoked in the shadow for the method.

F

ForType - Annotation Type in org.robolectric.util.reflector
Indicates that the annotated interface is an accessor object for use by Reflector.

O

org.robolectric.util.reflector - package org.robolectric.util.reflector
 

R

reflector(Class<T>) - Static method in class org.robolectric.util.reflector.Reflector
Returns an object which provides accessors for invoking otherwise inaccessible static methods and fields.
reflector(Class<T>, Object) - Static method in class org.robolectric.util.reflector.Reflector
Returns an object which provides accessors for invoking otherwise inaccessible methods and fields.
Reflector - Class in org.robolectric.util.reflector
Provides accessor objects for efficiently calling otherwise inaccessible (non-public) methods.
Reflector() - Constructor for class org.robolectric.util.reflector.Reflector
 

S

Static - Annotation Type in org.robolectric.util.reflector
Marks Reflector methods which serve as accessors for static members.

U

UnsafeAccess - Class in org.robolectric.util.reflector
Access to sun.misc.Unsafe and the various scary things within.
UnsafeAccess() - Constructor for class org.robolectric.util.reflector.UnsafeAccess
 

V

value() - Element in annotation type org.robolectric.util.reflector.Accessor
The name of the field.
value() - Element in annotation type org.robolectric.util.reflector.ForType
 
value() - Element in annotation type org.robolectric.util.reflector.WithType
The class name intended for this parameter.

W

WithType - Annotation Type in org.robolectric.util.reflector
Parameters with types that can't be resolved at compile time may be annotated @WithType.
A C D F O R S U V W 
All Classes and Interfaces|All Packages