public final class SQSMessagingClientUtil
extends java.lang.Object
| Constructor and Description |
|---|
SQSMessagingClientUtil() |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
deserializePropertyName(java.lang.String name)
Changes everything from underscores Unicode number underscores back to
original character, e.g., (_42_attr_42_ -> *attr*).
|
static java.lang.String |
serializePropertyName(java.lang.String name)
Keeping alphabet, numeric characters, hyphens, underscores, or dots.
|
public static java.lang.String serializePropertyName(java.lang.String name)
Changes everything to underscores Unicode number underscores, e.g., (*attr* -> _42_attr_42_).
name - The name of the property to serialize.public static java.lang.String deserializePropertyName(java.lang.String name)
name - The name of the property to deserialize.