Class LocalizationMessages
- java.lang.Object
-
- org.glassfish.jersey.jettison.internal.LocalizationMessages
-
public final class LocalizationMessages extends Object
Defines string formatting method for each constant in the resource file
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static StringERROR_PARSING_JSON_ARRAY()Error parsing JSON array.static StringERROR_PARSING_JSON_OBJECT()Error parsing JSON object.static StringERROR_WRITING_JSON_ARRAY()Error writing JSON array.static StringERROR_WRITING_JSON_OBJECT()Error writing JSON object.static LocalizablelocalizableERROR_PARSING_JSON_ARRAY()static LocalizablelocalizableERROR_PARSING_JSON_OBJECT()static LocalizablelocalizableERROR_WRITING_JSON_ARRAY()static LocalizablelocalizableERROR_WRITING_JSON_OBJECT()
-
-
-
Method Detail
-
localizableERROR_WRITING_JSON_OBJECT
public static Localizable localizableERROR_WRITING_JSON_OBJECT()
-
ERROR_WRITING_JSON_OBJECT
public static String ERROR_WRITING_JSON_OBJECT()
Error writing JSON object.
-
localizableERROR_WRITING_JSON_ARRAY
public static Localizable localizableERROR_WRITING_JSON_ARRAY()
-
ERROR_WRITING_JSON_ARRAY
public static String ERROR_WRITING_JSON_ARRAY()
Error writing JSON array.
-
localizableERROR_PARSING_JSON_ARRAY
public static Localizable localizableERROR_PARSING_JSON_ARRAY()
-
ERROR_PARSING_JSON_ARRAY
public static String ERROR_PARSING_JSON_ARRAY()
Error parsing JSON array.
-
localizableERROR_PARSING_JSON_OBJECT
public static Localizable localizableERROR_PARSING_JSON_OBJECT()
-
ERROR_PARSING_JSON_OBJECT
public static String ERROR_PARSING_JSON_OBJECT()
Error parsing JSON object.
-
-