Uses of Class
com.networknt.schema.output.OutputUnit
Packages that use OutputUnit
-
Uses of OutputUnit in com.networknt.schema
Methods in com.networknt.schema that return OutputUnitModifier and TypeMethodDescriptionOutputFormat.Hierarchical.format
(JsonSchema jsonSchema, Set<ValidationMessage> validationMessages, ExecutionContext executionContext, ValidationContext validationContext) OutputFormat.List.format
(JsonSchema jsonSchema, 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 OutputUnitMethods in com.networknt.schema.output that return OutputUnitModifier and TypeMethodDescriptionstatic OutputUnit
HierarchicalOutputUnitFormatter.format
(JsonSchema jsonSchema, Set<ValidationMessage> validationMessages, ExecutionContext executionContext, ValidationContext validationContext, Function<ValidationMessage, Object> assertionMapper) static OutputUnit
HierarchicalOutputUnitFormatter.format
(OutputUnit root, OutputUnitData data, JsonNodePath rootPath) static OutputUnit
ListOutputUnitFormatter.format
(OutputUnit root, OutputUnitData data) static OutputUnit
ListOutputUnitFormatter.format
(Set<ValidationMessage> validationMessages, ExecutionContext executionContext, ValidationContext validationContext, Function<ValidationMessage, Object> assertionMapper) Methods in com.networknt.schema.output that return types with arguments of type OutputUnitMethods in com.networknt.schema.output with parameters of type OutputUnitModifier and TypeMethodDescriptionprotected static void
HierarchicalOutputUnitFormatter.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.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 OutputUnitModifier and TypeMethodDescriptionprotected static void
HierarchicalOutputUnitFormatter.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.void
OutputUnit.setDetails
(List<OutputUnit> details)