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.annotationsprivate final Map<OutputUnitKey, Map<String, Object>> OutputUnitData.droppedAnnotationsprivate final Map<OutputUnitKey, Map<String, Object>> OutputUnitData.errorsprivate final Map<OutputUnitKey, Boolean> OutputUnitData.validMethods 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 voidHierarchicalOutputUnitFormatter.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.