com.networknt.oas.validator.VisitedObjectRegistry Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of openapi-parser Show documentation
Show all versions of openapi-parser Show documentation
A light-weight, fast OpenAPI 3.0 parser and validator
package com.networknt.oas.validator;
import java.util.IdentityHashMap;
import java.util.Map;
public class VisitedObjectRegistry {
private Map
© 2015 - 2025 Weber Informatics LLC | Privacy Policy