java.lang.Object
software.amazon.smithy.rulesengine.language.evaluation.type.ArrayType
All Implemented Interfaces:
Type

public final class ArrayType extends Object
The "array" type, which contains entries of a member type.
  • Method Details

    • getMember

      public Type getMember()
      Gets the type of the member in this array.
      Returns:
      the type of the member in this array.
    • expectArrayType

      public ArrayType expectArrayType()
    • equals

      public boolean equals(Object obj)
    • hashCode

      public int hashCode()
    • toString

      public String toString()