com.sun.jersey.json.impl
Class ImplMessages
java.lang.Object
com.sun.jersey.json.impl.ImplMessages
public final class ImplMessages
- extends Object
Defines string formatting method for each constant in the resource file
Method Summary |
static String |
ERROR_JAXB_RI_2_1_10_MISSING()
NATURAL JSON notation configured, but JAXB RI 2.1.10 not found. |
static String |
ERROR_JAXB_RI_2_1_12_MISSING()
NATURAL JSON notation configured, but at least JAXB RI 2.1.12 is needed when XML attributes are in use. |
static String |
ERROR_JSONP_MSG_BODY_WRITER_NOT_FOUND(Object arg0,
Object arg1)
A message body writer for Java type, {0}, and MIME media type, {1}, was not found. |
static String |
ERROR_NONGE_JSONP_MSG_BODY_WRITER_NOT_FOUND(Object arg0,
Object arg1)
A message body writer for Java type, {0}, and MIME media type, {1}, was not found. |
static String |
ERROR_PARSING_JSON_ARRAY()
Error parsing JSON array. |
static String |
ERROR_PARSING_JSON_OBJECT()
Error parsing JSON object. |
static String |
ERROR_WRITING_JSON_ARRAY()
Error writing JSON array. |
static String |
ERROR_WRITING_JSON_OBJECT()
Error writing JSON object. |
static Localizable |
localizableERROR_JAXB_RI_2_1_10_MISSING()
|
static Localizable |
localizableERROR_JAXB_RI_2_1_12_MISSING()
|
static Localizable |
localizableERROR_JSONP_MSG_BODY_WRITER_NOT_FOUND(Object arg0,
Object arg1)
|
static Localizable |
localizableERROR_NONGE_JSONP_MSG_BODY_WRITER_NOT_FOUND(Object arg0,
Object arg1)
|
static Localizable |
localizableERROR_PARSING_JSON_ARRAY()
|
static Localizable |
localizableERROR_PARSING_JSON_OBJECT()
|
static Localizable |
localizableERROR_WRITING_JSON_ARRAY()
|
static Localizable |
localizableERROR_WRITING_JSON_OBJECT()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ImplMessages
public ImplMessages()
localizableERROR_JAXB_RI_2_1_12_MISSING
public static Localizable localizableERROR_JAXB_RI_2_1_12_MISSING()
ERROR_JAXB_RI_2_1_12_MISSING
public static String ERROR_JAXB_RI_2_1_12_MISSING()
- NATURAL JSON notation configured, but at least JAXB RI 2.1.12 is needed when XML attributes are in use. Please add jaxb-impl-2.1.12 to your classpath!
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_JAXB_RI_2_1_10_MISSING
public static Localizable localizableERROR_JAXB_RI_2_1_10_MISSING()
ERROR_JAXB_RI_2_1_10_MISSING
public static String ERROR_JAXB_RI_2_1_10_MISSING()
- NATURAL JSON notation configured, but JAXB RI 2.1.10 not found. For the recent builds to get this working correctly, you need even at least JAXB version 2.1.12. Please add it to your classpath!
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_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.
localizableERROR_JSONP_MSG_BODY_WRITER_NOT_FOUND
public static Localizable localizableERROR_JSONP_MSG_BODY_WRITER_NOT_FOUND(Object arg0,
Object arg1)
ERROR_JSONP_MSG_BODY_WRITER_NOT_FOUND
public static String ERROR_JSONP_MSG_BODY_WRITER_NOT_FOUND(Object arg0,
Object arg1)
- A message body writer for Java type, {0}, and MIME media type, {1}, was not found.
localizableERROR_NONGE_JSONP_MSG_BODY_WRITER_NOT_FOUND
public static Localizable localizableERROR_NONGE_JSONP_MSG_BODY_WRITER_NOT_FOUND(Object arg0,
Object arg1)
ERROR_NONGE_JSONP_MSG_BODY_WRITER_NOT_FOUND
public static String ERROR_NONGE_JSONP_MSG_BODY_WRITER_NOT_FOUND(Object arg0,
Object arg1)
- A message body writer for Java type, {0}, and MIME media type, {1}, was not found. If you want to serialize a parametrized type, you might want to use GenericEntity
Copyright © 2013 Oracle Corporation. All Rights Reserved.