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. getLastSegment()static NodePathSegmentNodePathSegment. parse(String segment)Parse a single segment of a node path from a String.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)
-