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
Fields in com.networknt.schema.output with type parameters of type OutputUnitKey Modifier and Type Field Description private java.util.Map<OutputUnitKey,java.util.Map<java.lang.String,java.lang.Object>>
OutputUnitData. annotations
private java.util.Map<OutputUnitKey,java.util.Map<java.lang.String,java.lang.Object>>
OutputUnitData. droppedAnnotations
private java.util.Map<OutputUnitKey,java.util.Map<java.lang.String,java.lang.Object>>
OutputUnitData. errors
private java.util.Map<OutputUnitKey,java.lang.Boolean>
OutputUnitData. valid
Methods in com.networknt.schema.output that return types with arguments of type OutputUnitKey Modifier and Type Method Description java.util.Map<OutputUnitKey,java.util.Map<java.lang.String,java.lang.Object>>
OutputUnitData. getAnnotations()
java.util.Map<OutputUnitKey,java.util.Map<java.lang.String,java.lang.Object>>
OutputUnitData. getDroppedAnnotations()
java.util.Map<OutputUnitKey,java.util.Map<java.lang.String,java.lang.Object>>
OutputUnitData. getErrors()
java.util.Map<OutputUnitKey,java.lang.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, java.util.Map<JsonNodePath,java.util.Map<JsonNodePath,OutputUnit>> index, java.util.Map<JsonNodePath,java.util.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.
-