Class TextIndex
- java.lang.Object
-
- software.amazon.smithy.model.knowledge.TextIndex
-
- All Implemented Interfaces:
KnowledgeIndex
public final class TextIndex extends java.lang.Object implements KnowledgeIndex
Index containing the full set ofTextInstance
s associated with a model.
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Collection<TextInstance>
getTextInstances()
static TextIndex
of(Model model)
-
-
-
Constructor Detail
-
TextIndex
public TextIndex(Model model)
-
-
Method Detail
-
getTextInstances
public java.util.Collection<TextInstance> getTextInstances()
-
-