Package org.robolectric.shadows
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 Summary
Constructors Constructor Description Picker() -
Method Summary
Modifier and Type Method Description Class<? extends Object>pickShadowClass()Determines the shadow class to be used depending on the configuration of theorg.robolectric.internal.Environment.
-
Constructor Details
-
Picker
public Picker()
-
-
Method Details
-
pickShadowClass
Description copied from interface:ShadowPickerDetermines the shadow class to be used depending on the configuration of theorg.robolectric.internal.Environment. Must be deterministic.- Specified by:
pickShadowClassin interfaceShadowPicker<Object>- Returns:
- the shadow class to be used
-