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 StringError parsing JSON array.static StringError parsing JSON object.static StringError writing JSON array.static StringError writing JSON object.static Localizablestatic Localizablestatic Localizablestatic 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.
-