Uses of Class
com.networknt.schema.output.OutputUnit
-
Packages that use OutputUnit Package Description com.networknt.schema com.networknt.schema.output -
-
Uses of OutputUnit in com.networknt.schema
Methods in com.networknt.schema that return OutputUnit Modifier and Type Method Description OutputUnit
OutputFormat.Hierarchical. format(JsonSchema jsonSchema, java.util.Set<ValidationMessage> validationMessages, ExecutionContext executionContext, ValidationContext validationContext)
OutputUnit
OutputFormat.List. format(JsonSchema jsonSchema, java.util.Set<ValidationMessage> validationMessages, ExecutionContext executionContext, ValidationContext validationContext)
-
Uses of OutputUnit in com.networknt.schema.output
Fields in com.networknt.schema.output with type parameters of type OutputUnit Modifier and Type Field Description private java.util.List<OutputUnit>
OutputUnit. details
Methods in com.networknt.schema.output that return OutputUnit Modifier and Type Method Description static OutputUnit
HierarchicalOutputUnitFormatter. format(JsonSchema jsonSchema, java.util.Set<ValidationMessage> validationMessages, ExecutionContext executionContext, ValidationContext validationContext, java.util.function.Function<ValidationMessage,java.lang.Object> assertionMapper)
static OutputUnit
HierarchicalOutputUnitFormatter. format(OutputUnit root, OutputUnitData data, JsonNodePath rootPath)
static OutputUnit
ListOutputUnitFormatter. format(OutputUnit root, OutputUnitData data)
static OutputUnit
ListOutputUnitFormatter. format(java.util.Set<ValidationMessage> validationMessages, ExecutionContext executionContext, ValidationContext validationContext, java.util.function.Function<ValidationMessage,java.lang.Object> assertionMapper)
Methods in com.networknt.schema.output that return types with arguments of type OutputUnit Modifier and Type Method Description java.util.List<OutputUnit>
OutputUnit. getDetails()
Methods in com.networknt.schema.output with parameters of type OutputUnit Modifier and Type Method Description protected static void
HierarchicalOutputUnitFormatter. buildIndex(OutputUnitKey key, java.util.Map<JsonNodePath,java.util.Map<JsonNodePath,OutputUnit>> index, java.util.Map<JsonNodePath,java.util.Set<JsonNodePath>> keys, OutputUnit root)
Builds in the index of evaluation path to output units to be populated later and modify the root to add the appropriate children.static OutputUnit
HierarchicalOutputUnitFormatter. format(OutputUnit root, OutputUnitData data, JsonNodePath rootPath)
static OutputUnit
ListOutputUnitFormatter. format(OutputUnit root, OutputUnitData data)
Method parameters in com.networknt.schema.output with type arguments of type OutputUnit Modifier and Type Method Description protected static void
HierarchicalOutputUnitFormatter. buildIndex(OutputUnitKey key, java.util.Map<JsonNodePath,java.util.Map<JsonNodePath,OutputUnit>> index, java.util.Map<JsonNodePath,java.util.Set<JsonNodePath>> keys, OutputUnit root)
Builds in the index of evaluation path to output units to be populated later and modify the root to add the appropriate children.void
OutputUnit. setDetails(java.util.List<OutputUnit> details)
-