public class DummyAttributeDeserializer extends BaseAttributeDeserializer
If value is between quotes, it gets rid of enclosing quotes and unescapes inner quotes if any. If unbalanced quotes are find, the value is returned as it is.
Default deserializer when no delimiter strategy is set up.
CLOSING_CURLY_BRACE, CLOSING_SQUARED_BRACKET, DOUBLE_QUOTES, OPENING_CURLY_BRACE, OPENING_SQUARE_BRACKET| Constructor and Description |
|---|
DummyAttributeDeserializer() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
deserializeValue(String attributeValue) |
deserializeListOfValuesCopyright © 2025. All rights reserved.