public final class JsonConverter<T> extends Object implements AttributeConverter<T>
| Constructor and Description |
|---|
JsonConverter(Class<T> clazz) |
| Modifier and Type | Method and Description |
|---|---|
T |
convert(Object attribute)
Convert an attribute to a specific type T.
|
public T convert(Object attribute)
AttributeConverterconvert in interface AttributeConverter<T>attribute - attributeCopyright © 2016. All rights reserved.