Class ArrayType

java.lang.Object
io.moderne.compiled.internal.signature.ArrayType
All Implemented Interfaces:
ComponentType, FieldDescriptor, FieldType, ParameterDescriptor, ReturnDescriptor

public class ArrayType extends Object implements FieldType
  • Constructor Details

    • ArrayType

      public ArrayType()
  • Method Details

    • fromJavaType

      public static ArrayType fromJavaType(org.openrewrite.java.tree.JavaType.Array array)
    • toString

      public String toString()
      Overrides:
      toString in class Object