public abstract class BaseAttributeDeserializer extends Object implements AttributeDeserializer
| Modifier and Type | Field and Description |
|---|---|
protected static char |
CLOSING_CURLY_BRACE |
protected static char |
CLOSING_SQUARED_BRACKET |
protected static char |
DOUBLE_QUOTES |
protected static char |
OPENING_CURLY_BRACE |
protected static char |
OPENING_SQUARE_BRACKET |
| Constructor and Description |
|---|
BaseAttributeDeserializer() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
deserializeListOfValues(List<String> attributeValues) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdeserializeValueprotected static final char DOUBLE_QUOTES
protected static final char OPENING_CURLY_BRACE
protected static final char OPENING_SQUARE_BRACKET
protected static final char CLOSING_CURLY_BRACE
protected static final char CLOSING_SQUARED_BRACKET
public List<String> deserializeListOfValues(List<String> attributeValues)
deserializeListOfValues in interface AttributeDeserializerCopyright © 2025. All rights reserved.