T
- the result type of the attribute, e.g., LocalizedString
public interface AttributeMapper<T>
Attribute
Modifier and Type | Method and Description |
---|---|
T |
deserialize(com.fasterxml.jackson.databind.JsonNode value) |
static <T> AttributeMapper<T> |
of(com.fasterxml.jackson.core.type.TypeReference<T> typeReference) |
com.fasterxml.jackson.databind.JsonNode |
serialize(T value) |
T deserialize(com.fasterxml.jackson.databind.JsonNode value)
com.fasterxml.jackson.databind.JsonNode serialize(T value)
static <T> AttributeMapper<T> of(com.fasterxml.jackson.core.type.TypeReference<T> typeReference)