Class ObjectType


public final class ObjectType extends ReferenceType
  • Method Details

    • create

      @NonNull public static ObjectType create(@NonNull String internalName)
    • getClassName

      @NonNull public String getClassName()
      Description copied from class: JavaType
      Returns the binary name of the class corresponding to this type. This method must not be used on method types.
      Specified by:
      getClassName in class JavaType