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
.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.smithy.model.knowledge.NullableIndex
NullableIndex.CheckMode
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description boolean
isBoxed(ToShapeId shape)
Deprecated.static BoxIndex
of(Model model)
Deprecated.-
Methods inherited from class software.amazon.smithy.model.knowledge.NullableIndex
isDefaultZeroValueOfTypeInV1, isMemberNullable, isMemberNullable, isNullable, isShapeSetToDefaultZeroValueInV1
-
-