We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 704688e commit 65a3f3cCopy full SHA for 65a3f3c
1 file changed
src/main/java/com/networknt/schema/CollectorContext.java
@@ -92,6 +92,7 @@ public Object get(String name) {
92
93
/**
94
* Returns all the collected data. Please look into {@link #get(String)} method for more details.
95
+ * @return Map
96
*/
97
public Map<String, Object> getAll() {
98
Map<String, Object> mergedMap = new HashMap<String, Object>();
0 commit comments