Class TypeDescriptor

java.lang.Object
mockit.internal.util.TypeDescriptor

public final class TypeDescriptor extends Object
  • Method Details

    • getParameterTypes

      @NonNull public static Class<?>[] getParameterTypes(@NonNull String methodDesc)
    • getReturnType

      @NonNull public static Class<?> getReturnType(@NonNull String methodSignature)
    • getClassForType

      @NonNull public static Class<?> getClassForType(@NonNull JavaType type)