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