A C F O R S U V W
All Classes All Packages
All Classes All Packages
All Classes 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() - Method in annotation type org.robolectric.util.reflector.ForType
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
Reflectormethods 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() - Method in annotation type org.robolectric.util.reflector.Accessor
-
The name of the field.
- value() - Method in annotation type org.robolectric.util.reflector.ForType
- value() - Method 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.
All Classes All Packages