Class LocalizationMessages
java.lang.Object
org.glassfish.jersey.jettison.internal.LocalizationMessages
Defines string formatting method for each constant in the resource file
-
Method Summary
Modifier and TypeMethodDescriptionstatic String
Error parsing JSON array.static String
Error parsing JSON object.static String
Error writing JSON array.static String
Error writing JSON object.static Localizable
static Localizable
static Localizable
static Localizable
-
Method Details
-
localizableERROR_WRITING_JSON_OBJECT
-
ERROR_WRITING_JSON_OBJECT
Error writing JSON object. -
localizableERROR_WRITING_JSON_ARRAY
-
ERROR_WRITING_JSON_ARRAY
Error writing JSON array. -
localizableERROR_PARSING_JSON_ARRAY
-
ERROR_PARSING_JSON_ARRAY
Error parsing JSON array. -
localizableERROR_PARSING_JSON_OBJECT
-
ERROR_PARSING_JSON_OBJECT
Error parsing JSON object.
-