Uses of Class
io.apicurio.datamodels.paths.NodePathSegment
-
Packages that use NodePathSegment Package Description io.apicurio.datamodels.paths -
-
Uses of NodePathSegment in io.apicurio.datamodels.paths
Methods in io.apicurio.datamodels.paths that return NodePathSegment Modifier and Type Method Description NodePathSegmentNodePath. getFirstSegment()Returns the first segment in the path without removing it.NodePathSegmentNodePath. getLastSegment()static NodePathSegmentNodePathSegment. parse(String segment)Parse a single segment of a node path from a String.NodePathSegmentNodePath. removeFirst()Removes and returns the first segment from the path.NodePathSegmentNodePath. removeLast()Removes and returns the last segment from the path.Methods in io.apicurio.datamodels.paths that return types with arguments of type NodePathSegment Modifier and Type Method Description List<NodePathSegment>NodePath. getSegments()Methods in io.apicurio.datamodels.paths with parameters of type NodePathSegment Modifier and Type Method Description voidNodePath. append(NodePathSegment segment)voidNodePath. prepend(NodePathSegment segment)
-