public interface AttributeHandling
| Modifier and Type | Method and Description |
|---|---|
<V> V |
convert(Class<V> datatype,
Object value)
Converts the given (not-null) value to the this datatype V.
|
boolean |
isOrderPreservingDatatype(Class<?> datatype) |
<T> void |
registerClass(Class<T> type,
AttributeHandler<T> attributeHandler) |
<V> void |
verifyAttribute(Class<V> datatype,
Object value) |
<T> void registerClass(Class<T> type, AttributeHandler<T> attributeHandler)
<V> V convert(Class<V> datatype, Object value)
IllegalArgumentException if it cannot be converted.value - to convertboolean isOrderPreservingDatatype(Class<?> datatype)
Copyright © 2012–2014. All rights reserved.