@MessageLogger(projectCode="RESTEASY-JACKSON")
public interface JacksonLogger
| Modifier and Type | Field and Description |
|---|---|
static JacksonLogger |
LOGGER |
| Modifier and Type | Method and Description |
|---|---|
String |
cannotDeserialize()
Returns a message indicating the data could not be deserialized.
|
void |
logCannotDeserialize(Throwable cause)
Logs a message indicating the data could not be deserialized.
|
static final JacksonLogger LOGGER
@Message(id=0,
value="Not able to deserialize data provided.")
String cannotDeserialize()
Copyright © 2024 JBoss by Red Hat. All rights reserved.