V
- The value of the method parameter.public static class ReflectionHelpers.StringParameter<V>
extends java.lang.Object
String parameter used with reflective method calls.
Constructor and Description |
---|
StringParameter(java.lang.String className,
V val) |
Modifier and Type | Method and Description |
---|---|
static <V> ReflectionHelpers.StringParameter<V> |
from(java.lang.String className,
V val) |
public final java.lang.String className
public final V val
public StringParameter(java.lang.String className, V val)
public static <V> ReflectionHelpers.StringParameter<V> from(java.lang.String className, V val)