Class BoxIndex

java.lang.Object
software.amazon.smithy.model.knowledge.NullableIndex
software.amazon.smithy.model.knowledge.BoxIndex
All Implemented Interfaces:
KnowledgeIndex

@Deprecated public final class BoxIndex extends NullableIndex
Deprecated.
An index that checks if a shape can be set to null.

This index is deprecated in favor of NullableIndex.

  • Constructor Details

    • BoxIndex

      public BoxIndex(Model model)
      Deprecated.
  • Method Details