Class ShadowCameraMetadataNativePicker.Picker

java.lang.Object
org.robolectric.shadows.ShadowCameraMetadataNativePicker.Picker
All Implemented Interfaces:
ShadowPicker<Object>
Enclosing class:
ShadowCameraMetadataNativePicker

public static class ShadowCameraMetadataNativePicker.Picker
extends Object
This subclass is required to avoid an internal error when loading the picker.
  • Constructor Details

  • Method Details

    • pickShadowClass

      public Class<? extends Object> pickShadowClass()
      Description copied from interface: ShadowPicker
      Determines the shadow class to be used depending on the configuration of the org.robolectric.internal.Environment. Must be deterministic.
      Specified by:
      pickShadowClass in interface ShadowPicker<Object>
      Returns:
      the shadow class to be used