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 java.lang.ObjectString parameter used with reflective method calls.
-
-
Constructor Summary
Constructors Constructor Description StringParameter(java.lang.String className, V val)
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static <V> ReflectionHelpers.StringParameter<V>from(java.lang.String className, V val)
-
-
-
Field Detail
-
className
public final java.lang.String className
-
val
public final V val
-
-
Constructor Detail
-
StringParameter
public StringParameter(java.lang.String className, V val)
-
-
Method Detail
-
from
public static <V> ReflectionHelpers.StringParameter<V> from(java.lang.String className, V val)
-
-