Class GenericMetadataSupport.ParameterizedReturnType

java.lang.Object
org.mockito.internal.util.reflection.GenericMetadataSupport
org.mockito.internal.util.reflection.GenericMetadataSupport.ParameterizedReturnType
Enclosing class:
GenericMetadataSupport

private static class GenericMetadataSupport.ParameterizedReturnType extends GenericMetadataSupport
Generic metadata specific to ParameterizedType returned via Method.getGenericReturnType().
  • Field Details

  • Constructor Details

  • Method Details

    • readTypeParameters

      private void readTypeParameters()
    • readTypeVariables

      private void readTypeVariables()
    • rawType

      public Class<?> rawType()
      Specified by:
      rawType in class GenericMetadataSupport
      Returns:
      Raw type of the current instance.