Modifier and Type | Method and Description |
---|---|
static NodePath |
Library.createNodePath(Node node)
Called to create a node path for a given data model node.
|
Modifier and Type | Field and Description |
---|---|
NodePath |
DeleteMediaTypeCommand._mediaTypePath |
NodePath |
DeleteExampleCommand_30._mediaTypePath |
NodePath |
DeleteAllExamplesCommand._mediaTypePath |
NodePath |
ChangeMediaTypeTypeCommand._mediaTypePath |
NodePath |
ReplaceNodeCommand._nodePath |
NodePath |
NewMediaTypeCommand._nodePath |
NodePath |
ChangePropertyCommand._nodePath |
NodePath |
NewResponseCommand._operationPath |
NodePath |
NewRequestBodyCommand._operationPath |
NodePath |
DeleteParameterExampleCommand_30._parameterPath |
NodePath |
DeleteParameterCommand._parameterPath |
NodePath |
DeleteAllParameterExamplesCommand._parameterPath |
NodePath |
ChangeParameterTypeCommand._paramPath |
NodePath |
DeleteChildSchemaCommand._parentPath |
NodePath |
SetExtensionCommand._parentPath |
NodePath |
SetExampleCommand._parentPath |
NodePath |
ReplaceSecurityRequirementCommand._parentPath |
NodePath |
RenamePropertyCommand._parentPath |
NodePath |
RenameParameterCommand._parentPath |
NodePath |
NewServerCommand._parentPath |
NodePath |
NewParamCommand._parentPath |
NodePath |
DeleteServerCommand._parentPath |
NodePath |
DeleteSecurityRequirementCommand._parentPath |
NodePath |
DeleteParameterCommand._parentPath |
NodePath |
DeleteNodeCommand._parentPath |
NodePath |
DeleteMediaTypeCommand._parentPath |
NodePath |
DeleteExtensionCommand._parentPath |
NodePath |
DeleteAllServersCommand._parentPath |
NodePath |
DeleteAllSecurityRequirementsCommand._parentPath |
NodePath |
DeleteAllParametersCommand._parentPath |
NodePath |
DeleteAllOperationsCommand._parentPath |
NodePath |
ChangeServerCommand._parentPath |
NodePath |
AddSecurityRequirementCommand._parentPath |
NodePath |
AddParameterExampleCommand_30._parentPath |
NodePath |
AddExampleCommand_30._parentPath |
NodePath |
DeletePropertyCommand._propertyPath |
NodePath |
ChangePropertyTypeCommand._propPath |
NodePath |
DeleteResponseCommand._responsePath |
NodePath |
DeleteExampleCommand_20._responsePath |
NodePath |
ChangeResponseTypeCommand._responsePath |
NodePath |
DeleteResponseCommand._responsesPath |
NodePath |
DeleteChildSchemaCommand._schemaPath |
NodePath |
DeleteAllChildSchemasCommand._schemaPath |
NodePath |
ChangeSchemaTypeCommand._schemaPath |
NodePath |
ChangeSchemaInheritanceCommand._schemaPath |
NodePath |
AddChildSchemaCommand._schemaPath |
NodePath |
NewSchemaPropertyCommand._schemaPath |
NodePath |
DeletePropertyCommand._schemaPath |
NodePath |
DeleteAllPropertiesCommand._schemaPath |
Modifier and Type | Field and Description |
---|---|
List<NodePath> |
RenameSchemaDefinitionCommand._references |
List<NodePath> |
RenameResponseDefinitionCommand._references |
Modifier and Type | Method and Description |
---|---|
static <T> ICommand |
CommandFactory.createSetPropertyCommand(NodePath path,
String property,
T newValue)
Set Commands
|
Modifier and Type | Method and Description |
---|---|
NodePath |
MarshallCompat.NodePathDeserializer.deserialize(com.fasterxml.jackson.core.JsonParser p,
com.fasterxml.jackson.databind.DeserializationContext ctxt) |
Modifier and Type | Method and Description |
---|---|
void |
MarshallCompat.NodePathSerializer.serialize(NodePath value,
com.fasterxml.jackson.core.JsonGenerator gen,
com.fasterxml.jackson.databind.SerializerProvider serializers) |
Modifier and Type | Field and Description |
---|---|
NodePath |
ValidationProblem.nodePath |
Modifier and Type | Method and Description |
---|---|
ValidationProblem |
Node.addValidationProblem(String errorCode,
NodePath nodePath,
String property,
String message,
ValidationProblemSeverity severity)
Adds a validation problem to the data model.
|
Constructor and Description |
---|
ValidationProblem(String errorCode,
NodePath nodePath,
String property,
String message,
ValidationProblemSeverity severity)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
static NodePath |
NodePathUtil.createNodePath(Node node) |
Modifier and Type | Field and Description |
---|---|
protected NodePath |
NodePathVisitor.path |
Modifier and Type | Method and Description |
---|---|
NodePath |
NodePathVisitor.getPath()
Gets the path that was created.
|
Copyright © 2020 Red Hat. All rights reserved.