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

templates.api.AppConstants.ftl Maven / Gradle / Ivy

There is a newer version: 3.0.3
Show newest version
package ${groupId}.api.management;

public class AppConstants {

public static final String API_PATH = "/api/v1";
public static final String EMAIL_SEPARATOR = ";|,";

public static final String MULTIPLE_VALUES_SEPARATOR = ";";
public static final String ORDER_BY_CLAUSE_SEPARATOR = ":";
public static final String BLACKLIST_CHARACTERS_REGEX = "([%'])";

public static final String JSON_GENERIC_MESSAGE_KEY = "msg";

public static final String HTTP_GET_METHOD = "GET";
public static final String HTTP_OPTIONS_METHOD = "OPTIONS";

public static final String AND_CLAUSE = " and ";
public static final String OR_CLAUSE = " or ";
public static final String ORDER_BY_CLAUSE = " order by ";

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy