Package org.robolectric.util
Class ReflectionHelpers.StringParameter<V>
- java.lang.Object
-
- org.robolectric.util.ReflectionHelpers.StringParameter<V>
-
- Type Parameters:
V
- The value of the method parameter.
- Enclosing class:
- ReflectionHelpers
public static class ReflectionHelpers.StringParameter<V> extends Object
String parameter used with reflective method calls.
-
-
Constructor Summary
Constructors Constructor Description StringParameter(String className, V val)
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static <V> ReflectionHelpers.StringParameter<V>
from(String className, V val)
-