All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.networknt.openapi.parameter.Delimiters Maven / Gradle / Ivy

Go to download

An OpenAPI Specification 3.0 meta handler module that cache the spec and attached context related operation to the request based on uri and method.

There is a newer version: 2.1.38
Show newest version
package com.networknt.openapi.parameter;

public class Delimiters {
	static final String COMMA=",";
	static final String SPACE=" ";
	static final String PIPE="|";
	static final String DOT=".";
	static final String SEMICOLON=";";
	static final String EQUAL="=";
	static final String LEFT_BRACKET="[";
	static final String SLASH="/";
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy