@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(javax.ws.rs.core.MediaType mediaType) |
String |
unexpectedEndOfJsonInput() |
String |
unexpectedEndOfStream() |
static final Messages MESSAGES
static final int BASE
@Message(id=7000,
value="Was expecting a \':\' in json map")
String expectingColonMap()
@Message(id=7005,
value="Was expecting a \',\' in json array")
String expectingCommaJsonArray()
@Message(id=7010,
value="Expecting a json array as input")
String expectingJsonArray()
@Message(id=7015,
value="Expecting \'{\' in json map")
String expectingLeftBraceJsonMap()
@Message(id=7020,
value="Expecting \'\"\' in json map key")
String expectingQuote()
@Message(id=7025,
value="Expecting a StreamSource")
String expectingStreamSource()
@Message(id=7030,
value="Unable to find JAXBContext for media type: %s")
String unableToFindJAXBContext(javax.ws.rs.core.MediaType mediaType)
@Message(id=7035,
value="Unexpected end of json input")
String unexpectedEndOfJsonInput()
@Message(id=7040,
value="Unexpected end of stream")
String unexpectedEndOfStream()
Copyright © 2016 JBoss by Red Hat. All rights reserved.