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(Schema jsonSchema, ExecutionContext executionContext, SchemaContext schemaContext) OutputFormat.List.format(Schema jsonSchema, ExecutionContext executionContext, SchemaContext schemaContext) -
Uses of OutputUnit in com.networknt.schema.output
Methods in com.networknt.schema.output that return OutputUnitModifier and TypeMethodDescriptionstatic OutputUnitHierarchicalOutputUnitFormatter.format(OutputUnit root, OutputUnitData data, NodePath rootPath) static OutputUnitHierarchicalOutputUnitFormatter.format(Schema jsonSchema, List<Error> errors, ExecutionContext executionContext, SchemaContext schemaContext, Function<Error, Object> errorMapper) static OutputUnitListOutputUnitFormatter.format(OutputUnit root, OutputUnitData data) static OutputUnitListOutputUnitFormatter.format(List<Error> errors, ExecutionContext executionContext, SchemaContext schemaContext, Function<Error, Object> errorMapper) 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 voidHierarchicalOutputUnitFormatter.buildIndex(OutputUnitKey key, Map<NodePath, Map<NodePath, OutputUnit>> index, Map<NodePath, Set<NodePath>> 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 OutputUnitHierarchicalOutputUnitFormatter.format(OutputUnit root, OutputUnitData data, NodePath rootPath) static OutputUnitListOutputUnitFormatter.format(OutputUnit root, OutputUnitData data) Method parameters in com.networknt.schema.output with type arguments of type OutputUnitModifier and TypeMethodDescriptionprotected static voidHierarchicalOutputUnitFormatter.buildIndex(OutputUnitKey key, Map<NodePath, Map<NodePath, OutputUnit>> index, Map<NodePath, Set<NodePath>> 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)