Uses of Class
com.networknt.schema.output.OutputUnitKey
Packages that use OutputUnitKey
-
Uses of OutputUnitKey in com.networknt.schema.output
Fields in com.networknt.schema.output with type parameters of type OutputUnitKeyModifier and TypeFieldDescriptionprivate final Map
<OutputUnitKey, Map<String, Object>> OutputUnitData.annotations
private final Map
<OutputUnitKey, Map<String, Object>> OutputUnitData.droppedAnnotations
private final Map
<OutputUnitKey, Map<String, Object>> OutputUnitData.errors
private final Map
<OutputUnitKey, Boolean> OutputUnitData.valid
Methods in com.networknt.schema.output that return types with arguments of type OutputUnitKeyModifier and TypeMethodDescriptionOutputUnitData.getAnnotations()
OutputUnitData.getDroppedAnnotations()
OutputUnitData.getErrors()
OutputUnitData.getValid()
Methods in com.networknt.schema.output with parameters of type OutputUnitKeyModifier 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.