Class TraversalStep
- java.lang.Object
-
- io.apicurio.datamodels.models.visitors.TraversalStep
-
public class TraversalStep extends Object
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static TraversalStepfromListIndex(int index)static TraversalStepfromMapIndex(String key)static TraversalStepfromNodeProperty(String propertyName)TraversalStepTypegetType()ObjectgetValue()
-
-
-
Method Detail
-
fromNodeProperty
public static TraversalStep fromNodeProperty(String propertyName)
-
fromListIndex
public static TraversalStep fromListIndex(int index)
-
fromMapIndex
public static TraversalStep fromMapIndex(String key)
-
getType
public TraversalStepType getType()
-
getValue
public Object getValue()
-
-