Class ArrayLengthOptions.Jsii$Proxy

    • Constructor Detail

      • Jsii$Proxy

        protected Jsii$Proxy​(software.amazon.jsii.JsiiObjectRef objRef)
        Constructor that initializes the object based on values retrieved from the JsiiObject.
        Parameters:
        objRef - Reference to the JSII managed object.
    • Method Detail

      • getMinLength

        public final Number getMinLength()
        Description copied from interface: ArrayLengthOptions
        The minimum length for the array - must be greater than zero, otherwise empty arrays pass and you wouldn't be testing the array contents.

        Default 1.

        Specified by:
        getMinLength in interface ArrayLengthOptions
      • $jsii$toJson

        @Internal
        public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
        Specified by:
        $jsii$toJson in interface software.amazon.jsii.JsiiSerializable
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object