org.jboss.resteasy.plugins.providers.jaxb.json.i18n
@MessageBundle(projectCode="RESTEASY") public interface Messages
Modifier and Type | Field and Description |
---|---|
static int |
BASE |
static Messages |
MESSAGES |
Modifier and Type | Method and Description |
---|---|
String |
expectingColonMap() |
String |
expectingCommaJsonArray() |
String |
expectingJsonArray() |
String |
expectingLeftBraceJsonMap() |
String |
expectingQuote() |
String |
expectingStreamSource() |
String |
unableToFindJAXBContext(MediaType mediaType) |
String |
unexpectedEndOfJsonInput() |
String |
unexpectedEndOfStream() |
static final Messages MESSAGES
static final int BASE
@Message(id=4500, value="Was expecting a \':\' in json map") String expectingColonMap()
@Message(id=4505, value="Was expecting a \',\' in json array") String expectingCommaJsonArray()
@Message(id=4510, value="Expecting a json array as input") String expectingJsonArray()
@Message(id=4515, value="Expecting \'{\' in json map") String expectingLeftBraceJsonMap()
@Message(id=4520, value="Expecting \'\"\' in json map key") String expectingQuote()
@Message(id=4525, value="Expecting a StreamSource") String expectingStreamSource()
@Message(id=4530, value="Unable to find JAXBContext for media type: %s") String unableToFindJAXBContext(MediaType mediaType)
@Message(id=4535, value="Unexpected end of json input") String unexpectedEndOfJsonInput()
@Message(id=4540, value="Unexpected end of stream") String unexpectedEndOfStream()
Copyright © 2014. All Rights Reserved.