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 OutputUnitOutputFormat.Hierarchical. format(JsonSchema jsonSchema, Set<ValidationMessage> validationMessages, ExecutionContext executionContext, ValidationContext validationContext)OutputUnitOutputFormat.List. format(JsonSchema jsonSchema, Set<ValidationMessage> validationMessages, ExecutionContext executionContext, ValidationContext validationContext) -
Uses of OutputUnit in com.networknt.schema.output
Methods in com.networknt.schema.output that return OutputUnit Modifier and Type Method Description static OutputUnitHierarchicalOutputUnitFormatter. format(JsonSchema jsonSchema, Set<ValidationMessage> validationMessages, ExecutionContext executionContext, ValidationContext validationContext)static OutputUnitListOutputUnitFormatter. format(Set<ValidationMessage> validationMessages, ExecutionContext executionContext, ValidationContext validationContext)Methods in com.networknt.schema.output that return types with arguments of type OutputUnit Modifier and Type Method Description List<OutputUnit>OutputUnit. getDetails()Methods in com.networknt.schema.output with parameters of type OutputUnit Modifier and Type Method Description protected static voidHierarchicalOutputUnitFormatter. buildIndex(OutputUnitKey key, Map<JsonNodePath,Map<JsonNodePath,OutputUnit>> index, Map<JsonNodePath,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.Method parameters in com.networknt.schema.output with type arguments of type OutputUnit Modifier and Type Method Description protected static voidHierarchicalOutputUnitFormatter. buildIndex(OutputUnitKey key, Map<JsonNodePath,Map<JsonNodePath,OutputUnit>> index, Map<JsonNodePath,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.voidOutputUnit. setDetails(List<OutputUnit> details)
-