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(Schema jsonSchema, ExecutionContext executionContext, SchemaContext schemaContext)OutputUnitOutputFormat.List. format(Schema jsonSchema, ExecutionContext executionContext, SchemaContext schemaContext) -
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(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 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<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 OutputUnit Modifier and Type Method Description protected 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)
-