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.
    Direct
    Indicates that the annotated method should use the original $$robo$$-prefixed implementation so that it can be invoked in the shadow for the method.
    ForType
    Indicates that the annotated interface is an accessor object for use by Reflector.
    Static
    Marks Reflector methods which serve as accessors for static members.
    WithType
    Parameters with types that can't be resolved at compile time may be annotated @WithType.