Uses of Class
com.networknt.schema.output.OutputUnitKey
-
Packages that use OutputUnitKey Package Description com.networknt.schema.output -
-
Uses of OutputUnitKey in com.networknt.schema.output
Methods in com.networknt.schema.output that return types with arguments of type OutputUnitKey Modifier and Type Method Description Map<OutputUnitKey,Map<String,Object>>
OutputUnitData. getAnnotations()
Map<OutputUnitKey,Map<String,Object>>
OutputUnitData. getDroppedAnnotations()
Map<OutputUnitKey,Map<String,Object>>
OutputUnitData. getErrors()
Map<OutputUnitKey,Boolean>
OutputUnitData. getValid()
Methods in com.networknt.schema.output with parameters of type OutputUnitKey Modifier and Type Method Description protected 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.
-