@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 |
failedToDecodeYaml() |
String |
failedToDecodeYamlMessage(String message) |
String |
failedToEncodeYaml(String object) |
ReaderException |
typeNotAllowed(Class<?> type) |
static final Messages MESSAGES
static final int BASE
@Message(id=9000,
value="Failed to decode Yaml")
String failedToDecodeYaml()
@Message(id=9005,
value="Failed to decode Yaml: %s")
String failedToDecodeYamlMessage(String message)
@Message(id=9010,
value="Failed to encode yaml for object: %s")
String failedToEncodeYaml(String object)
@Message(id=9015,
value="Failed to decode Yaml. Type %s is not allowed to be decoded.")
ReaderException typeNotAllowed(Class<?> type)
Copyright © 2023 JBoss by Red Hat. All rights reserved.