Class GenericMaster
- java.lang.Object
-
- org.mockito.internal.util.reflection.GenericMaster
-
public class GenericMaster extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description GenericMaster()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Class<?>
getGenericType(java.lang.reflect.Field field)
Finds the generic type (parametrized type) of the field.
-