Package org.glassfish.jersey.jsonb
Class LocalizationMessages
java.lang.Object
org.glassfish.jersey.jsonb.LocalizationMessages
Defines string formatting method for each constant in the resource file
-
Method Summary
Modifier and TypeMethodDescriptionstatic String
Application not found.static String
Error deserializing object from entity stream.static String
JSON-B could not detect the application name: {0}.static String
JSON-B cannot parse empty input stream.static String
Error writing JSON-B serialized object.static Localizable
static Localizable
static Localizable
static Localizable
static Localizable
-
Method Details
-
localizableERROR_JSONB_SERIALIZATION
-
ERROR_JSONB_SERIALIZATION
Error writing JSON-B serialized object. -
localizableERROR_JSONB_DETECTING_APPLICATION
-
ERROR_JSONB_DETECTING_APPLICATION
JSON-B could not detect the application name: {0}. -
localizableERROR_JSONB_EMPTYSTREAM
-
ERROR_JSONB_EMPTYSTREAM
JSON-B cannot parse empty input stream. -
localizableERROR_JSONB_DESERIALIZATION
-
ERROR_JSONB_DESERIALIZATION
Error deserializing object from entity stream. -
localizableERROR_JSONB_APPLICATION_NOT_FOUND
-
ERROR_JSONB_APPLICATION_NOT_FOUND
Application not found.
-