public final class StaticAttributeType<T> extends Object implements AttributeType<T>
| Modifier and Type | Method and Description |
|---|---|
T |
attributeValueToObject(AttributeValue attributeValue) |
AttributeValueType |
attributeValueType() |
static <T> AttributeType<T> |
create(AttributeConverter<T> attributeConverter) |
AttributeValue |
objectToAttributeValue(T object) |
public static <T> AttributeType<T> create(AttributeConverter<T> attributeConverter)
public AttributeValue objectToAttributeValue(T object)
objectToAttributeValue in interface AttributeType<T>public T attributeValueToObject(AttributeValue attributeValue)
attributeValueToObject in interface AttributeType<T>public AttributeValueType attributeValueType()
attributeValueType in interface AttributeType<T>Copyright © 2023. All rights reserved.