com.networknt.openapi.parameter.Delimiters Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of openapi-meta Show documentation
Show all versions of openapi-meta Show documentation
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.
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