Uses of Class
io.apicurio.datamodels.paths.NodePath
-
Packages that use NodePath Package Description io.apicurio.datamodels io.apicurio.datamodels.cmd.commands io.apicurio.datamodels.paths io.apicurio.datamodels.util io.apicurio.datamodels.validation -
-
Uses of NodePath in io.apicurio.datamodels
Methods in io.apicurio.datamodels that return NodePath Modifier and Type Method Description static NodePathLibrary. createNodePath(Node node)Called to create a node path for a given data model node.static NodePathLibrary. parseNodePath(String path)Called to create a node path instance for a stringified node path.Methods in io.apicurio.datamodels with parameters of type NodePath Modifier and Type Method Description static NodeLibrary. resolveNodePath(NodePath nodePath, Document doc)Resolves the given node path relative to a root document. -
Uses of NodePath in io.apicurio.datamodels.cmd.commands
Fields in io.apicurio.datamodels.cmd.commands declared as NodePath Modifier and Type Field Description NodePathDeleteMediaTypeCommand. _mediaTypePathNodePathAbstractReplaceNodeCommand. _nodePathNodePathChangePropertyCommand. _nodePathNodePathAddExampleCommand. _parentPathNodePathAddSecurityRequirementCommand. _parentPathNodePathDeleteAllExamplesCommand. _parentPathNodePathDeleteAllExtensionsCommand. _parentPathNodePathDeleteAllHeadersCommand. _parentPathNodePathDeleteAllOperationsCommand. _parentPathNodePathDeleteAllParametersCommand. _parentPathNodePathDeleteAllSecurityRequirementsCommand. _parentPathNodePathDeleteAllServersCommand. _parentPathNodePathDeleteExtensionCommand. _parentPathNodePathDeleteMediaTypeCommand. _parentPathNodePathDeleteNodeCommand. _parentPathNodePathReplaceSecurityRequirementCommand. _parentPathNodePathDeleteAllChildSchemasCommand. _schemaPathNodePathDeleteAllPropertiesCommand. _schemaPathConstructors in io.apicurio.datamodels.cmd.commands with parameters of type NodePath Constructor Description SetPropertyCommand(NodePath nodePath, String property, T newValue)Constructor. -
Uses of NodePath in io.apicurio.datamodels.paths
Fields in io.apicurio.datamodels.paths declared as NodePath Modifier and Type Field Description protected NodePathNodePathCreationVisitor. pathMethods in io.apicurio.datamodels.paths that return NodePath Modifier and Type Method Description static NodePathNodePathUtil. createNodePath(Node node)static NodePathNodePath. parse(String path)Parses a stringified node path and returns an instance.static NodePathNodePathUtil. parseNodePath(String path)Methods in io.apicurio.datamodels.paths with parameters of type NodePath Modifier and Type Method Description static NodeNodePathUtil. resolveNodePath(NodePath nodePath, Node from) -
Uses of NodePath in io.apicurio.datamodels.util
Methods in io.apicurio.datamodels.util that return NodePath Modifier and Type Method Description NodePathCommandUtil.NodePathDeserializer. deserialize(com.fasterxml.jackson.core.JsonParser p, com.fasterxml.jackson.databind.DeserializationContext ctxt) -
Uses of NodePath in io.apicurio.datamodels.validation
Fields in io.apicurio.datamodels.validation declared as NodePath Modifier and Type Field Description NodePathValidationProblem. nodePathConstructors in io.apicurio.datamodels.validation with parameters of type NodePath Constructor Description ValidationProblem(String errorCode, NodePath nodePath, String property, String message, ValidationProblemSeverity severity)Constructor.
-