JavaScript is disabled on your browser.
Skip navigation links
Package
Class
Tree
Deprecated
Index
Help
Robolectric 4.3.1 |
Prev
Next
Frames
No Frames
All Classes
A
F
O
R
S
U
W
A
Accessor
- Annotation Type in
org.robolectric.util.reflector
Indicates that the annotated method is an accessor for a non-visible field.
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 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
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.
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
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
F
O
R
S
U
W
Skip navigation links
Package
Class
Tree
Deprecated
Index
Help
Robolectric 4.3.1 |
Prev
Next
Frames
No Frames
All Classes